Exception: Glossarist::Errors::CacheVersionMismatchError
- Defined in:
- lib/glossarist/errors/cache_version_mismatch_error.rb
Instance Method Summary collapse
-
#initialize(cache_dir, expected, actual) ⇒ CacheVersionMismatchError
constructor
A new instance of CacheVersionMismatchError.
Constructor Details
#initialize(cache_dir, expected, actual) ⇒ CacheVersionMismatchError
Returns a new instance of CacheVersionMismatchError.
6 7 8 9 |
# File 'lib/glossarist/errors/cache_version_mismatch_error.rb', line 6 def initialize(cache_dir, expected, actual) super("Relaton cache version mismatch in '#{cache_dir}': " \ "expected '#{expected}', got '#{actual}'") end |