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
MachO::NotAMachOError::new
# File lib/macho/exceptions.rb, line 36 def initialize super "File is too short to be a valid Mach-O" end