Exception: PerfectWorld::KeyNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/perfect_world/error.rb

Overview

Should be raised, when gpg key could not be found.

Instance Method Summary collapse

Constructor Details

#initialize(owner) ⇒ KeyNotFound

Returns a new instance of KeyNotFound.



8
9
10
# File 'lib/perfect_world/error.rb', line 8

def initialize(owner)
  super("Couldn't find GPG key for '#{owner}'.")
end