Exception: BoltServer::FileCache::Error
- Inherits:
-
Bolt::Error
- Object
- RuntimeError
- Bolt::Error
- BoltServer::FileCache::Error
- Defined in:
- lib/bolt_server/file_cache.rb
Instance Attribute Summary
Attributes inherited from Bolt::Error
#details, #error_code, #issue_code, #kind
Instance Method Summary collapse
-
#initialize(msg) ⇒ Error
constructor
A new instance of Error.
Methods inherited from Bolt::Error
#msg, #to_h, #to_json, #to_puppet_error, unknown_plan, unknown_task
Constructor Details
#initialize(msg) ⇒ Error
Returns a new instance of Error.
17 18 19 |
# File 'lib/bolt_server/file_cache.rb', line 17 def initialize(msg) super(msg, 'bolt-server/file-cache-error') end |