Exception raised when person name formatting fails.
Raised by Localize.PersonName.to_string!/2 and
Localize.PersonName.to_iodata!/2 when the underlying formatting
operation returns {:error, reason}.
Summary
Types
A Localize.PersonNameError exception struct.
Functions
Builds a Localize.PersonNameError exception from a string message.
Types
A Localize.PersonNameError exception struct.
Functions
Builds a Localize.PersonNameError exception from a string message.
Arguments
messageis aString.t/0describing the formatting failure.
Returns
- A
Localize.PersonNameError.t/0struct.