Sha256: 6b315b44885969865cf289eb911631f9ab1753e37a26bd5acc8a9d1abdf3533b
Contents?: true
Size: 414 Bytes
Versions: 11
Compression:
Stored size: 414 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
11 entries across 11 versions & 1 rubygems