Sha256: 4b44a393b93870c5e71f2166fd02f52926bbd6e66eea7a5847e66b50053c30f7
Contents?: true
Size: 547 Bytes
Versions: 4
Compression:
Stored size: 547 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
devdnsd-1.0.3 | lib/devdnsd/errors.rb |
devdnsd-1.0.2 | lib/devdnsd/errors.rb |
devdnsd-1.0.1 | lib/devdnsd/errors.rb |
devdnsd-1.0.0 | lib/devdnsd/errors.rb |