MachO::MachOError
Raised when a load command can't be serialized.
@param cmd_sym [Symbol] the load command's symbol
# File lib/macho/exceptions.rb, line 127 def initialize(cmd_sym) super "Load commands of type #{cmd_sym} cannot be serialized" end