BUPE v0.3.0 BUPE.Config.InvalidDate exception

Error raised when date is invalid:

  • The modification date must be expressed in Coordinated Universal Time (UTC) and must be terminated by the Z time zone indicator.
  • For compliance with EPUB 2 Reading Systems, the date string should conform to Date and Time Formats

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.