Exception: Isomorfeus::Puppetmaster::ElementNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/isomorfeus/puppetmaster/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(selector_query) ⇒ ElementNotFound

Returns a new instance of ElementNotFound.



17
18
19
20
# File 'lib/isomorfeus/puppetmaster/errors.rb', line 17

def initialize(selector_query)
  @selector_query = selector_query
  super "Unable to find \"#{@selector_query}\""
end