Cldr v0.0.4 Cldr.UnknownLocaleError exception

Exception raised when an attempt is made to use a locale not congfigured in Cldr. Cldr.known_locales/0 returns the locale names known to Cldr.

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.