class PassByMEError

Attributes

response[R]

Public Class Methods

new(response) click to toggle source
Calls superclass method
# File lib/passbyme2fa-client/passbyme_error.rb, line 6
def initialize(response)
  super("A PassBy[ME] specific error occurred!")
  @response = response
end