Exception: DeepL::Exceptions::DocumentTranslationError
- Defined in:
- lib/deepl/exceptions/document_translation_error.rb
Instance Method Summary collapse
-
#initialize(message, handle) ⇒ DocumentTranslationError
constructor
A new instance of DocumentTranslationError.
Methods inherited from Error
Constructor Details
#initialize(message, handle) ⇒ DocumentTranslationError
Returns a new instance of DocumentTranslationError.
9 10 11 12 |
# File 'lib/deepl/exceptions/document_translation_error.rb', line 9 def initialize(, handle) super() @handle = handle end |