Exception: Memoria::Errors::InvalidSnapshotExtension

Inherits:
InvalidConfiguration show all
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

Instance Method Details

#messageString

The generic message of the exception.

Returns:

  • (String)

    Exception’s message.



11
12
13
# File 'lib/memoria/errors/invalid_snapshot_extension.rb', line 11

def message
  'The snapshot extension is invalid.'
end