class Rudy::PrivateKeyNotFound

Public Instance Methods

message() click to toggle source
# File lib/rudy/exceptions.rb, line 64
def message; "Private key file #{@obj} not found."; end