Exception: RIO::Exception::Open

Inherits:
Base show all
Defined in:
lib/rio/exception/open.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(obj, syse, *args) ⇒ Open

Returns a new instance of Open.



31
32
33
34
# File 'lib/rio/exception/open.rb', line 31

def initialize(obj,syse ,*args)
  @obj = obj
  @syserr = syse
end

Instance Attribute Details

#objObject (readonly)

Returns the value of attribute obj.



30
31
32
# File 'lib/rio/exception/open.rb', line 30

def obj
  @obj
end

Instance Method Details

#explainObject



35
36
# File 'lib/rio/exception/open.rb', line 35

def explain()
end