Exception: Otp::Errors::InvalidOtpError
- Defined in:
- lib/otp/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "OTP must be a valid") ⇒ InvalidOtpError
constructor
A new instance of InvalidOtpError.
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 |