Exception: Conker::UnknownType

Inherits:
Error
  • Object
show all
Defined in:
lib/conker.rb

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ UnknownType

Returns a new instance of UnknownType.



34
# File 'lib/conker.rb', line 34

def initialize(type); super("unknown type #{type}"); end