Exception: Encoding::ConverterNotFoundError
- Inherits:
 - 
      EncodingError
      
        
- Object
 - Exception
 - StandardError
 - EncodingError
 - Encoding::ConverterNotFoundError
 
 
- Defined in:
 - transcode.c,
transcode.c 
Overview
Raised by transcoding methods when a named encoding does not correspond with a known converter.
Method Summary
Methods inherited from Exception
#==, #backtrace, #backtrace_locations, #cause, #exception, exception, #initialize, #inspect, #message, #set_backtrace, #to_s
Constructor Details
This class inherits a constructor from Exception