Sha256: 661ab9342e3487ce68fc6f6293eb12f14819487e114fb1bda20dd7c3280090ac

Contents?: true

Size: 551 Bytes

Versions: 3

Compression:

Stored size: 551 Bytes

Contents

# encoding: utf-8
#
# This file is part of the devdns gem. Copyright (C) 2012 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 DevDNSd
  # Exceptions for {DevDNSd DevDNSd}.
  module Errors
    # This exception is raised if a {Rule Rule} is invalid.
    class InvalidRule < ::ArgumentError
    end

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
devdnsd-1.1.2 lib/devdnsd/errors.rb
devdnsd-1.1.1 lib/devdnsd/errors.rb
devdnsd-1.1.0 lib/devdnsd/errors.rb