ex_api v1.0.0-rc.2 ExApi.Error.FeatureNotFoundError exception View Source
This error is returned when you try to get feature that is not defined in api.
Link to this section Summary
Functions
Callback implementation for Exception.exception/1
Callback implementation for Exception.message/1
Link to this section Types
Link to this type
t()
View Source
t() :: %ExApi.Error.FeatureNotFoundError{__exception__: term, arity: non_neg_integer, implementation: ExApi.Implementation.t, message: String.t([{:name, atom}]), name: term}
Link to this section Functions
Link to this function
exception(msg)
View Source
exception(String.t) :: Exception.t
exception(keyword) :: Exception.t
Callback implementation for Exception.exception/1
.
Callback implementation for Exception.message/1
.