BUPE v0.3.0 BUPE.Config.InvalidLanguage exception

Error raised when the language is invalid, must be one of the tags for identifying languages, please see RFC5646 for more details.

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.

message(exception)

Specs

message(Exception.t) :: String.t

Callback implementation for c:Exception.message/1.