Exception: Encoding::CompatibilityError
- Inherits:
- 
      EncodingError
      
        - Object
- Exception
- StandardError
- EncodingError
- Encoding::CompatibilityError
 
- Defined in:
- error.c,
 error.c
Overview
Raised by Encoding and String methods when the source encoding is incompatible with the target encoding.
Method Summary
Methods inherited from Exception
#==, #backtrace, #backtrace_locations, #cause, #detailed_message, #exception, exception, #full_message, #initialize, #inspect, #message, #set_backtrace, #to_s, to_tty?
Constructor Details
This class inherits a constructor from Exception