Class: Glossync::MissingTranslationHandler::Raiser

Inherits:
Object
  • Object
show all
Defined in:
lib/glossync/missing_translation_handler.rb

Overview

Raises the error message

Instance Method Summary collapse

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