Exception: Errno::EINVAL
- Inherits:
-
SystemCallError
- Object
- Exception
- StandardError
- SystemCallError
- Errno::EINVAL
- Defined in:
- opal/opal/corelib/error.rb
Class Method Summary collapse
Methods inherited from Exception
#backtrace, exception, #exception, #initialize, #inspect, #message, #to_s
Constructor Details
This class inherits a constructor from Exception
Class Method Details
.new ⇒ Object
99 100 101 |
# File 'opal/opal/corelib/error.rb', line 99 def self.new super('Invalid argument') end |