Sha256: 0aed00fa08e7ebb51f8ce02f65491dad6b42e794427defa546fdca97598e59aa

Contents?: true

Size: 402 Bytes

Versions: 1

Compression:

Stored size: 402 Bytes

Contents

module Memoria
  module Errors
    # Raised when the configuration is invalid. This is a parent class to all the other classes.
    class InvalidConfiguration < RuntimeError
      # The generic message of the exception.
      #
      # @return [String] Exception's message.
      #
      # @api public
      #
      def message
        "Memoria's configuration 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_configuration.rb