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