Packages
ex_crypto_copy
0.10.0
A wrapper around the Erlang Crypto module with sensible defaults for common tasks.
Current section
Files
Jump to
Current section
Files
lib/exception.ex
defmodule ExCrypto.Error do
defexception reason: nil
def message(exception) do
"ExCrypto.Error: #{exception.reason}"
end
end