Sha256: 6c72017e2899597a89d956cef37b68544c8d9a8e8f2be78792ac8c526c00851d
Contents?: true
Size: 341 Bytes
Versions: 1
Compression:
Stored size: 341 Bytes
Contents
# encoding: utf-8 module Inforouter #:nodoc: module Errors #:nodoc: # This error is raised when a configuration option is missing. class MissingConfigOption < InforouterError # @params name [String] def initialize(name) super(compose_message('missing_config_option', :name => name)) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
inforouter-0.1.0 | lib/inforouter/errors/missing_config_option_error.rb |