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.
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 |