Exception: PuppetRepl::Exception::BadFilter

Inherits:
FatalError show all
Defined in:
lib/puppet-repl/support/errors.rb

Instance Attribute Summary

Attributes inherited from Error

#data

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from PuppetRepl::Exception::Error

Instance Method Details

#messageObject



23
24
25
# File 'lib/puppet-repl/support/errors.rb', line 23

def message
  data[:message]
end