Exception: SystemCallError

Inherits:
StandardError show all
Defined in:
opal/opal/corelib/error.rb,
opal/opal/corelib/error/errno.rb

Class Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Exception

#backtrace, #backtrace_locations, #cause, exception, #exception, #full_message, #initialize, #inspect, #message, new, #set_backtrace, #to_s

Constructor Details

This class inherits a constructor from Exception

Class Attribute Details

.errnoObject (readonly)

Returns the value of attribute errno.



47
48
49
# File 'opal/opal/corelib/error/errno.rb', line 47

def errno
  @errno
end

Instance Method Details

#errnoObject



42
43
44
# File 'opal/opal/corelib/error/errno.rb', line 42

def errno
  self.class.errno
end