Exception: Akabei::Signer::AgentNotFound
- Defined in:
- lib/akabei/signer.rb
Instance Method Summary collapse
-
#initialize ⇒ AgentNotFound
constructor
A new instance of AgentNotFound.
Constructor Details
#initialize ⇒ AgentNotFound
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 |