Exception: Errors::TypeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/errors/type_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Invalid Type') ⇒ TypeError

Returns a new instance of TypeError.



5
6
7
# File 'lib/errors/type_error.rb', line 5

def initialize(msg = 'Invalid Type')
  super
end