TypeClass v1.2.0 TypeClass.Property.UndefinedError exception View Source
Warning if a type class is missing properties. Properties are required for all type classes.
Link to this section Summary
Functions
Callback implementation for Exception.exception/1
Callback implementation for Exception.message/1
Convenience constructor
Link to this section Types
Link to this type
t()
View Source
t() :: %TypeClass.Property.UndefinedError{__exception__: term, message: String.t, type_class: module}
Link to this section Functions
Link to this function
exception(msg)
View Source
exception(String.t) :: Exception.t
exception(Keyword.t) :: Exception.t
Callback implementation for Exception.exception/1
.
Callback implementation for Exception.message/1
.