View Source Bond.PreconditionError exception (Bond v0.17.3)
Exception raised when a function precondition fails.
Summary
Types
The Bond.PreconditionError exception type.
Types
@type t() :: %Bond.PreconditionError{ __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.PreconditionError exception type.