在线文档教程
Elixir 1.5

ArgumentError

ArgumentError异常

摘要

功能

异常(MSG)

回调实现 Exception.exception/1

message(exception)

回调实现Exception.message/1

功能

exception(msg)

exception(keyword) :: Exception.t

exception(String.t) :: Exception.t

回调实现Exception.exception/1...

message(exception)

message(Exception.t) :: String.t

回调实现Exception.message/1...