class PerfectWorld::KeyNotFound

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

Public Class Methods

new(owner) click to toggle source
Calls superclass method
# File lib/perfect_world/error.rb, line 8
def initialize(owner)
  super("Couldn't find GPG key for '#{owner}'.")
end