Exception: Errno::ENOATTR

Inherits:
SystemCallError
  • Object
show all
Defined in:
lib/xtendr.rb

Constant Summary collapse

Errno =

FIXME: This works on Mac OS X (Snow Leopard), but this really shouldn’t be hardcoded. Unfortunatly, we probably can’t get the error number symbolically without a C extension, which defeats the purpose of using ffi.

93

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ ENOATTR

Returns a new instance of ENOATTR.



116
117
118
# File 'lib/xtendr.rb', line 116

def initialize(msg=nil)
  super(msg)
end