View Source Bond.CheckError exception (Bond v0.9.1)
Exception raised when a Bond.check/2 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.