Exception: VCDry::UnknownTypeError

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

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ UnknownTypeError

Returns a new instance of UnknownTypeError.



29
30
31
# File 'lib/vcdry/error.rb', line 29

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