BUPE v0.3.0 BUPE.Config.InvalidExtensionName exception

Error raised when a file extension name is invalid:

  • For EPUB 3 XHTML content document file names should have the extension .xhtml.
  • For EPUB 2, HTML file name should have the extension .html, .htm or .xhtml

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.