Exception: VMCManifests::UnknownSymbol

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/manifests-vmc-plugin/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(sym) ⇒ UnknownSymbol

Returns a new instance of UnknownSymbol.



13
14
15
# File 'lib/manifests-vmc-plugin/errors.rb', line 13

def initialize(sym)
  @sym = sym
end

Instance Method Details

#to_sObject



17
18
19
# File 'lib/manifests-vmc-plugin/errors.rb', line 17

def to_s
  "Undefined symbol in manifest: '#@sym'"
end