Exception: Bosh::Template::UnknownLink

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bosh/template/unknown_link.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ UnknownLink

Returns a new instance of UnknownLink.



4
5
6
# File 'lib/bosh/template/unknown_link.rb', line 4

def initialize(name)
  super("Can't find link '#{name}'")
end