ESpec v0.8.21 ESpec.AssertionError exception
Defines ESpec.AssertionError exception.
The exception is raised by ESpec.Assertions.Interface.raise_error/4
when example fails.
Summary
Functions
Callback implementation for c:Exception.exception/1
Callback implementation for c:Exception.message/1
Functions
Specs
exception(Keyword.t) :: Exception.t
exception(String.t) :: Exception.t
Callback implementation for c:Exception.exception/1
.
Specs
message(Exception.t) :: String.t
Callback implementation for c:Exception.message/1
.