Exception: PkiExpress::InstallationNotFoundError

Inherits:
CommandError
  • Object
show all
Defined in:
lib/pki_express/installation_not_found_error.rb

Instance Attribute Summary

Attributes inherited from CommandError

#code, #inner_error, #name

Instance Method Summary collapse

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(message, inner_error=nil)
  super(ErrorCodes::COMMAND_NOT_FOUND, message, inner_error)
end