Class: Glossync::MissingTranslationHandler::Raiser

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

Instance Method Summary collapse

Instance Method Details

#handle(error, _, _, _) ⇒ Object



10
11
12
# File 'lib/glossync/missing_translation_handler.rb', line 10

def handle(error, _, _, _)
  raise error
end