非常教程

Elixir 1.5参考手册

Exceptions

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

Elixir 1.5

Elixir 基于 Erlang 虚拟机的函数式、面向并行,是一种较好的编程语言。它以 Erlang 为基础,支持分布式、高容错、实时应用程序的开发。

主页 https://elixir-lang.org/
源码 https://github.com/elixir-lang/elixir
版本 1.5
发布版本 1.5.2