Sha256: 5aa8b6658ca712cf9f02616d5931a4381c48f36ef87f0ba05343a3c851cce1f9

Contents?: true

Size: 395 Bytes

Versions: 1

Compression:

Stored size: 395 Bytes

Contents

module Memoria
  module Errors
    # Raised when the snapshot extension doesn't follow a file naming pattern.
    class InvalidSnapshotExtension < InvalidConfiguration
      # The generic message of the exception.
      #
      # @return [String] Exception's message.
      #
      # @api public
      #
      def message
        'The snapshot extension is invalid.'
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
memoria-0.1.0 lib/memoria/errors/invalid_snapshot_extension.rb