Sha256: 94ef829f466e5725f7126af40095da54118fcdb10fe878f724d2adfff73b76e1
Contents?: true
Size: 550 Bytes
Versions: 21
Compression:
Stored size: 550 Bytes
Contents
# encoding: utf-8 # # This file is part of the bovem 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 Bovem # Exceptions for {Bovem Bovem}. module Errors # This exception is raised if a {Configuration Configuration} is invalid. class InvalidConfiguration < ::ArgumentError end # This exception is raised if a {Logger Logger} is invalid. class InvalidLogger < ::ArgumentError end end end
Version data entries
21 entries across 21 versions & 1 rubygems