Exception: DeepL::Exceptions::NotSupported
- Defined in:
 - lib/deepl/exceptions/not_supported.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(msg = 'The feature is not supported')  ⇒ NotSupported 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of NotSupported.
 
Methods inherited from Error
Constructor Details
#initialize(msg = 'The feature is not supported') ⇒ NotSupported
Returns a new instance of NotSupported.
      9 10 11  | 
    
      # File 'lib/deepl/exceptions/not_supported.rb', line 9 def initialize(msg = 'The feature is not supported') super end  |