Exception: MachO::LoadCommandNotCreatableError

Inherits:
MachOError
  • Object
show all
Defined in:
lib/macho/exceptions.rb

Overview

Raised when a load command can't be created manually.

Instance Method Summary collapse

Constructor Details

#initialize(cmd_sym) ⇒ LoadCommandNotCreatableError



107
108
109
# File 'lib/macho/exceptions.rb', line 107

def initialize(cmd_sym)
  super "Load commands of type #{cmd_sym} cannot be created manually"
end