Sha256: 903989ba10351b6162fd33458d79849921437e2403eaeeafb716d7bf72069ea4
Contents?: true
Size: 415 Bytes
Versions: 1
Compression:
Stored size: 415 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 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 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devdnsd-4.0.0 | lib/devdnsd/errors.rb |