Saxy v0.2.0-rc1 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()}}
}

Link to this section Functions

Callback implementation for Exception.exception/1.

Callback implementation for Exception.message/1.