Exception: Derelict::Utils::Logger::InvalidType
- Defined in:
- lib/derelict/utils/logger/invalid_type.rb
Overview
The “type” option when requesting the logger was invalid
Instance Method Summary collapse
-
#initialize(type) ⇒ InvalidType
constructor
Initializes a new instance of this exception for a type.
Constructor Details
#initialize(type) ⇒ InvalidType
Initializes a new instance of this exception for a type
* type: The (invalid) requested type
9 10 11 |
# File 'lib/derelict/utils/logger/invalid_type.rb', line 9 def initialize(type) super "Invalid logger type '#{type}'" end |