class Conjur::Authn::NoCredentialsError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/conjur/authn.rb, line 32 def initialize super "No Conjur credentials provided or found" end