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, #initialize, #inspect

Constructor Details

This class inherits a constructor from Exception

Class Method Details

.newObject



71
72
73
# File 'opal/opal/corelib/error.rb', line 71

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