Exception: Otp::Errors::InvalidOtpError

Inherits:
OtpError
  • Object
show all
Defined in:
lib/otp/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "OTP must be a valid") ⇒ InvalidOtpError

Returns a new instance of InvalidOtpError.



5
6
7
# File 'lib/otp/errors.rb', line 5

def initialize(msg = "OTP must be a valid")
  super
end