在线文档教程
Elixir 1.5

ArithmeticError

ArithemeyError异常

摘要

功能

exception(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...