Class Rudy::PrivateKeyNotFound

  1. lib/rudy/exceptions.rb
Parent: Rudy::Error

Methods

public instance

  1. message

Public instance methods

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