Sha256: 94ef829f466e5725f7126af40095da54118fcdb10fe878f724d2adfff73b76e1

Contents?: true

Size: 550 Bytes

Versions: 21

Compression:

Stored size: 550 Bytes

Contents

# encoding: utf-8
#
# This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun_panda@me.com>.
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#

module Bovem
  # Exceptions for {Bovem Bovem}.
  module Errors
    # This exception is raised if a {Configuration Configuration} is invalid.
    class InvalidConfiguration < ::ArgumentError
    end

    # This exception is raised if a {Logger Logger} is invalid.
    class InvalidLogger < ::ArgumentError
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
bovem-2.4.1 lib/bovem/errors.rb
bovem-2.4.0 lib/bovem/errors.rb
bovem-2.3.7 lib/bovem/errors.rb
bovem-2.3.6 lib/bovem/errors.rb
bovem-2.3.5 lib/bovem/errors.rb
bovem-2.3.4 lib/bovem/errors.rb
bovem-2.3.3 lib/bovem/errors.rb
bovem-2.3.2 lib/bovem/errors.rb
bovem-2.3.1 lib/bovem/errors.rb
bovem-2.3.0 lib/bovem/errors.rb
bovem-2.2.2 lib/bovem/errors.rb
bovem-2.2.1 lib/bovem/errors.rb
bovem-2.2.0 lib/bovem/errors.rb
bovem-2.1.3 lib/bovem/errors.rb
bovem-2.1.2 lib/bovem/errors.rb
bovem-2.1.1 lib/bovem/errors.rb
bovem-2.1.0 lib/bovem/errors.rb
bovem-2.0.3 lib/bovem/errors.rb
bovem-2.0.2 lib/bovem/errors.rb
bovem-2.0.1 lib/bovem/errors.rb