Exception: Encoding::UndefinedConversionError
- Inherits:
-
EncodingError
- Object
- Exception
- StandardError
- EncodingError
- Encoding::UndefinedConversionError
Overview
Raised by Encoding and String methods when a transcoding operation fails.
Instance Method Summary (collapse)
- - destination_encoding
- - destination_encoding_name
- - error_char
- - source_encoding
- - source_encoding_name
Methods inherited from Exception
#==, #backtrace, exception, #exception, #initialize, #inspect, log_exceptions, log_exceptions=, #message, #set_backtrace, #to_s
Constructor Details
This class inherits a constructor from Exception