Sha256: 0a37245c66f11408c05d1d0e9af5d7c672cecea9515bdc008258a96b04cf03c8

Contents?: true

Size: 404 Bytes

Versions: 1

Compression:

Stored size: 404 Bytes

Contents

# encoding: utf-8
#
# This file is part of the devdnsd gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
# Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
#

module DevDNSd
  # Exceptions for {DevDNSd DevDNSd}.
  module Errors
    # This exception is raised if a {Rule Rule} is invalid.
    class InvalidRule < ::ArgumentError
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
devdnsd-4.0.1 lib/devdnsd/errors.rb