Exception: Akabei::Signer::AgentNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/akabei/signer.rb

Instance Method Summary collapse

Constructor Details

#initializeAgentNotFound

Returns a new instance of AgentNotFound.



40
41
42
# File 'lib/akabei/signer.rb', line 40

def initialize
  super('gpg-agent is not running')
end