Exception: CSV::InvalidEncodingError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           MalformedCSVError,
          RuntimeError | |
| Instance Chain: 
          self,
           MalformedCSVError,
          RuntimeError | |
| Inherits: | CSV::MalformedCSVError 
 | 
| Defined in: | lib/csv.rb | 
Overview
The error thrown when the parser encounters invalid encoding in ::CSV.
Class Method Summary
Instance Attribute Summary
- #encoding readonly
MalformedCSVError - Inherited
| #line_number, | |
| #lineno | Alias for MalformedCSVError#line_number. | 
Constructor Details
    .new(encoding, line_number)  ⇒ InvalidEncodingError 
  
Instance Attribute Details
#encoding (readonly)
[ GitHub ]# File 'lib/csv.rb', line 863
attr_reader :encoding