Exception: Errno::EINVAL
- Inherits:
-
SystemCallError
- Object
- Exception
- StandardError
- SystemCallError
- Errno::EINVAL
- Defined in:
- opal/opal/corelib/error.rb
Instance Attribute Summary
Attributes inherited from Exception
Class Method Summary collapse
Methods inherited from Exception
Class Method Details
.new ⇒ Object
59 60 61 |
# File 'opal/opal/corelib/error.rb', line 59 def self.new super('Invalid argument') end |