MachO::ModificationError
Raised when a change at an offset is not valid.
@param offset [Fixnum] the invalid offset
# File lib/macho/exceptions.rb, line 144 def initialize(offset) super "Insertion at offset #{offset} is not valid" end