expug v0.7.3 Expug.Error exception

A parse error

Summary

Functions

Callback implementation for c:Exception.exception/1

Callback implementation for c:Exception.message/1

Functions

exception(msg)

Specs

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

Callback implementation for c:Exception.exception/1.

exception_message(type, arg2)
message(exception)

Specs

message(Exception.t) :: String.t

Callback implementation for c:Exception.message/1.

repeat_string(times, string \\ " ")