Exception: Crockford32::UnsupportedDecodingTypeError
- Inherits:
-
DecodeError
- Object
- StandardError
- Error
- DecodeError
- Crockford32::UnsupportedDecodingTypeError
- Defined in:
- lib/crockford32/errors.rb
Overview
An error representing an unsupported destination type for a decode operation.
Instance Method Summary collapse
-
#initialize(type) ⇒ UnsupportedDecodingTypeError
constructor
A new instance of UnsupportedDecodingTypeError.
Constructor Details
#initialize(type) ⇒ UnsupportedDecodingTypeError
Returns a new instance of UnsupportedDecodingTypeError.
45 46 47 |
# File 'lib/crockford32/errors.rb', line 45 def initialize(type) super("Decoding as :#{type} not supported") end |