class MachO::MachOBinaryError
Raised when a Mach-O is loaded with FatFile
.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/macho/exceptions.rb, line 65 def initialize super "Normal binaries must be loaded with MachO::MachOFile" end