View Source Belp.InvalidCharError exception (Belp v1.0.0)

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

Summary

Functions

Callback implementation for Exception.message/1.

Types

@type t() :: %Belp.InvalidCharError{
  __exception__: true,
  char: String.t(),
  line: pos_integer()
}

Functions

Callback implementation for Exception.message/1.