Saxy v0.3.0 Saxy.ParsingError exception View Source

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() :: %Saxy.ParsingError{
  __exception__: term(),
  reason:
    {:bad_syntax, any()}
    | {:wrong_closing_tag, {binary(), binary()}}
    | {:invalid_return, any()}
}

Link to this section Functions

Callback implementation for Exception.exception/1.

Callback implementation for Exception.message/1.