class MachO::NotAMachOError

Raised when a file is not a Mach-O.

Public Class Methods

new(error) click to toggle source

@param error [String] the error in question

Calls superclass method
# File lib/macho/exceptions.rb, line 29
def initialize(error)
  super error
end