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