View Source Bond.CheckError exception (Bond v1.0.0-rc.2)
Exception raised when a Bond.check/1 assertion fails.
Summary
Types
The Bond.CheckError exception type.
Types
@type t() :: %Bond.CheckError{ __exception__: true, binding: keyword(), expression: Bond.assertion_expression(), file: Path.t(), function: {String.t(), non_neg_integer()}, label: Bond.assertion_label(), line: integer(), module: module() }
The Bond.CheckError exception type.