View Source Bond.PreconditionError exception (Bond v0.8.3)
Exception raised when a function precondition fails.
Summary
Types
The Bond.PreconditionError
exception type.
Types
@type t() :: %Bond.PreconditionError{ __exception__: true, assertion_env: Bond.env(), binding: keyword(), expression: Bond.assertion_expression(), function_env: Bond.env(), label: Bond.assertion_label() }
The Bond.PreconditionError
exception type.