cabbage v0.3.2 MissingStepError exception

Raises an error, because a feature step is missing its implementation.

The message of the error will give the user a useful code snippet where variables in feature steps are converted to regex capture groups.

Summary

Functions

exception(msg)

Specs

exception(String.t) :: Exception.t
exception(Keyword.t) :: Exception.t
message(exception)

Specs

message(Exception.t) :: String.t