Exception: SystemCallError
- Inherits:
-
StandardError
- Object
- Exception
- StandardError
- SystemCallError
- Defined in:
- opal/opal/corelib/error.rb,
opal/opal/corelib/error/errno.rb
Class Attribute Summary collapse
-
.errno ⇒ Object
readonly
Returns the value of attribute errno.
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
.errno ⇒ Object (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
#errno ⇒ Object
42 43 44 |
# File 'opal/opal/corelib/error/errno.rb', line 42 def errno self.class.errno end |