Exception: Glossync::NoTranslationStore

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

Overview

Raised if Glossync is used before a valid tl_store is set.

See Also:

  • #tl_store

Instance Method Summary collapse

Constructor Details

#initializeNoTranslationStore

Returns a new instance of NoTranslationStore.



5
6
7
# File 'lib/glossync/exceptions.rb', line 5

def initialize(*)
  super('please set Glossync.tl_store')
end