class

HexaPDF::MalformedPDFException

Inherits Exception < Reference < Object

Constructors

new(message, pos : Int32 | Int64 | Nil = nil)

Creates a new exception object.

The byte position where the error occured can be given via the optional +pos+ argument.

Source

Instance methods

message
Source
pos

The byte position in the PDF file where the error occured.

Source