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, #copy_instance_variables, 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.



49
50
51
# File 'opal/opal/corelib/error/errno.rb', line 49

def errno
  @errno
end

Instance Method Details

#errnoObject



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

def errno
  self.class.errno
end