Exception: NoTypeProvided
- Inherits:
-
BareException
- Object
- StandardError
- BareException
- NoTypeProvided
- Defined in:
- lib/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ NoTypeProvided
constructor
A new instance of NoTypeProvided.
Constructor Details
#initialize(msg = nil) ⇒ NoTypeProvided
Returns a new instance of NoTypeProvided.
33 34 35 |
# File 'lib/exceptions.rb', line 33 def initialize(msg = nil) super end |