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.



16
17
18
# File 'lib/subroutine/type_caster.rb', line 16

def initialize(message)
  super(message)
end