Exception: Subroutine::TypeCaster::TypeCastError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/subroutine/type_caster.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ TypeCastError

Returns a new instance of TypeCastError.



22
23
24
# File 'lib/subroutine/type_caster.rb', line 22

def initialize(message)
  super(message)
end