class Derelict::Utils::Logger::InvalidType
The “type” option when requesting the logger was invalid
Public Class Methods
new(type)
click to toggle source
Initializes a new instance of this exception for a type
* type: The (invalid) requested type
Calls superclass method
# File lib/derelict/utils/logger/invalid_type.rb, line 9 def initialize(type) super "Invalid logger type '#{type}'" end