Belp v0.2.2 Belp.InvalidCharError exception View Source

An error that is returned or raised when a expression contains an invalid char.

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

Link to this type

t()

View Source
t() :: %Belp.InvalidCharError{
  __exception__: term(),
  char: String.t(),
  line: pos_integer()
}

Link to this section Functions

Callback implementation for Exception.message/1.