Exception: NoTypeProvided

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

Instance Method Summary collapse

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