Exception: MachO::OffsetInsertionError

Inherits:
ModificationError show all
Defined in:
lib/macho/exceptions.rb

Overview

Raised when a change at an offset is not valid.

Instance Method Summary collapse

Constructor Details

#initialize(offset) ⇒ OffsetInsertionError



144
145
146
# File 'lib/macho/exceptions.rb', line 144

def initialize(offset)
  super "Insertion at offset #{offset} is not valid"
end