Exception: Memoria::Errors::InvalidSnapshotExtension
- Inherits:
-
InvalidConfiguration
- Object
- RuntimeError
- InvalidConfiguration
- Memoria::Errors::InvalidSnapshotExtension
- Defined in:
- lib/memoria/errors/invalid_snapshot_extension.rb
Overview
Raised when the snapshot extension doesn’t follow a file naming pattern.
Instance Method Summary collapse
-
#message ⇒ String
The generic message of the exception.
Instance Method Details
#message ⇒ String
The generic message of the exception.
11 12 13 |
# File 'lib/memoria/errors/invalid_snapshot_extension.rb', line 11 def 'The snapshot extension is invalid.' end |