Exception: PkiExpress::InstallationNotFoundError
- Inherits:
-
CommandError
- Object
- StandardError
- CommandError
- PkiExpress::InstallationNotFoundError
- Defined in:
- lib/pki_express/installation_not_found_error.rb
Instance Attribute Summary
Attributes inherited from CommandError
Instance Method Summary collapse
-
#initialize(message, inner_error = nil) ⇒ InstallationNotFoundError
constructor
A new instance of InstallationNotFoundError.
Constructor Details
#initialize(message, inner_error = nil) ⇒ InstallationNotFoundError
Returns a new instance of InstallationNotFoundError.
4 5 6 |
# File 'lib/pki_express/installation_not_found_error.rb', line 4 def initialize(, inner_error=nil) super(ErrorCodes::COMMAND_NOT_FOUND, , inner_error) end |