class MachO::FatBinaryError
Raised when a fat binary is loaded with MachOFile.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/macho/exceptions.rb, line 58 def initialize super "Fat binaries must be loaded with MachO::FatFile" end