Exception: Subroutine::TypeCaster::TypeCastError
- Inherits:
-
StandardError
- Object
- StandardError
- Subroutine::TypeCaster::TypeCastError
- Defined in:
- lib/subroutine/type_caster.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ TypeCastError
constructor
A new instance of TypeCastError.
Constructor Details
#initialize(message) ⇒ TypeCastError
Returns a new instance of TypeCastError.
21 22 23 |
# File 'lib/subroutine/type_caster.rb', line 21 def initialize() super() end |