Sha256: 0a13c94febb27c2748ebaca95c98b18926cb27e9e61a9e9f63f83139250d3d52
Contents?: true
Size: 416 Bytes
Versions: 5
Compression:
Stored size: 416 Bytes
Contents
# encoding: utf-8 # # This file is part of the devdnsd 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
devdnsd-1.7.0 | lib/devdnsd/errors.rb |
devdnsd-1.6.0 | lib/devdnsd/errors.rb |
devdnsd-1.5.2 | lib/devdnsd/errors.rb |
devdnsd-1.5.1 | lib/devdnsd/errors.rb |
devdnsd-1.5.0 | lib/devdnsd/errors.rb |