Exception: BinaryPList::OffsetOutOfRangeError
- Inherits:
-
StandardError
- Object
- StandardError
- BinaryPList::OffsetOutOfRangeError
- Defined in:
- lib/binary_plist/trailer.rb
Overview
Error raised when attempting to read an offset from outside the range it should be in. For example, if an array object says it is 12 bytes, but there’re only 6 more bytes in the Object Table, then this error will be raised.