elixir / 1.5.3 / inspect.error.html /

Inspect.Error exception

Raised when a struct cannot be inspected.

Summary

Functions

exception(msg)

Callback implementation for Exception.exception/1

message(exception)

Callback implementation for Exception.message/1

Functions

exception(msg)

exception(String.t()) :: Exception.t()
exception(keyword()) :: Exception.t()

Callback implementation for Exception.exception/1.

message(exception)

message(Exception.t()) :: String.t()

Callback implementation for Exception.message/1.

© 2012 Plataformatec
Licensed under the Apache License, Version 2.0.
https://hexdocs.pm/elixir/1.5.3/Inspect.Error.html