Exception: BoltServer::FileCache::Error

Inherits:
Bolt::Error
  • Object
show all
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

Methods inherited from Bolt::Error

#add_filelineno, #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