Class: Glossync::MissingTranslationHandler::Raiser
- Inherits:
-
Object
- Object
- Glossync::MissingTranslationHandler::Raiser
- Defined in:
- lib/glossync/missing_translation_handler.rb
Overview
Raises the error message
Instance Method Summary collapse
-
#handle(error, _, _, _) ⇒ Object
:nodoc:.
Instance Method Details
#handle(error, _, _, _) ⇒ Object
:nodoc:
22 23 24 |
# File 'lib/glossync/missing_translation_handler.rb', line 22 def handle(error, _, _, _) raise error end |