class Hps::AuthenticationException

Public Class Methods

new(message) click to toggle source
Calls superclass method
# File lib/hps/infrastructure/authentication_exception.rb, line 4
def initialize(message)

  super(message, nil)

end