Exception: TokenString::NoSuchConverterError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/token_string.rb

Instance Method Summary collapse

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