Exception: VCDry::ReservedNameError

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

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ ReservedNameError

Returns a new instance of ReservedNameError.



17
18
19
# File 'lib/vcdry/error.rb', line 17

def initialize(name)
  super("'#{name}' is used to gather unknown keywords")
end