Exception: ReferenceException

Inherits:
BareException show all
Defined in:
lib/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = nil) ⇒ ReferenceException

Returns a new instance of ReferenceException.



21
22
23
# File 'lib/exceptions.rb', line 21

def initialize(msg=nil)
  super
end