cnpj v0.2.0 CNPJ.ParsingError exception

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %CNPJ.ParsingError{
  __exception__: term(),
  reason: :invalid_verifier | :invalid_format | :all_zero_digits | :too_long
}

Link to this section Functions

Link to this function

message(parsing_error)

message(t()) :: binary()

Callback implementation for Exception.message/1.