Exception: Isomorfeus::Puppetmaster::ElementNotFound
- Defined in:
- lib/isomorfeus/puppetmaster/errors.rb
Instance Method Summary collapse
-
#initialize(selector_query) ⇒ ElementNotFound
constructor
A new instance of ElementNotFound.
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 |