Exception: ReferenceException
- Inherits:
-
BareException
- Object
- StandardError
- BareException
- ReferenceException
- Defined in:
- lib/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ ReferenceException
constructor
A new instance of ReferenceException.
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 |