Exception: DeepL::Exceptions::NotSupported

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'The feature is not supported') ⇒ NotSupported

Returns a new instance of NotSupported.



6
7
8
# File 'lib/deepl/exceptions/not_supported.rb', line 6

def initialize(msg = 'The feature is not supported')
  super
end