class MachO::TruncatedFileError

Raised when a file is too short to be a valid Mach-O file.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/macho/exceptions.rb, line 39
def initialize
  super "File is too short to be a valid Mach-O"
end