Exception: Errno::EINVAL

Inherits:
SystemCallError show all
Defined in:
opal/opal/corelib/error.rb

Instance Attribute Summary

Attributes inherited from Exception

#message

Class Method Summary collapse

Methods inherited from Exception

#backtrace, #inspect

Class Method Details

.newObject



59
60
61
# File 'opal/opal/corelib/error.rb', line 59

def self.new
  super('Invalid argument')
end