Sha256: 25ad45d9b1dd302f6a216682b48e971d66f9db9c38a1b4c5731759b63decf741
Contents?: true
Size: 416 Bytes
Versions: 6
Compression:
Stored size: 416 Bytes
Contents
# encoding: utf-8 # # This file is part of the devdnsd gem. Copyright (C) 2013 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
6 entries across 6 versions & 1 rubygems