Exception: TokenString::NoSuchConverterError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- TokenString::NoSuchConverterError
- Defined in:
- lib/token_string.rb
Instance Method Summary collapse
-
#initialize(msg, *args) ⇒ NoSuchConverterError
constructor
A new instance of NoSuchConverterError.
Constructor Details
#initialize(msg, *args) ⇒ NoSuchConverterError
Returns a new instance of NoSuchConverterError.
167 168 169 |
# File 'lib/token_string.rb', line 167 def initialize msg, *args super(msg, *args) end |