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.



45
46
47
# File 'opal/opal/corelib/error/errno.rb', line 45

def errno
  @errno
end

Instance Method Details

#errnoObject



40
41
42
# File 'opal/opal/corelib/error/errno.rb', line 40

def errno
  self.class.errno
end