Exception: DeepL::Exceptions::NotSupported

Inherits:
Error
  • Object
show all
Defined in:
lib/deepl/exceptions/not_supported.rb

Instance Method Summary collapse

Methods inherited from Error

#should_retry?

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