Raised when load commands are too large to fit in the current file.
@param filename [String] the filename
# File lib/macho/exceptions.rb, line 152 def initialize(filename) super "Updated load commands do not fit in the header of " "#{filename}. #{filename} needs to be relinked, possibly with " "-headerpad or -headerpad_max_install_names" end