Sha256: f7dba05d36990293afe09880c8786e2905d4e07ea0bb36d82bf48c1ffca40ab6

Contents?: true

Size: 312 Bytes

Versions: 2

Compression:

Stored size: 312 Bytes

Contents

module Instant2fa
  module Errors
    class Instant2faError < StandardError
    end

    class MFANotEnabled < Instant2faError
    end

    class ValidationError < Instant2faError
    end

    class VerificationMismatch < Instant2faError
    end

    class VerificationFailed < Instant2faError
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
instant2fa-1.0.0 lib/instant2fa/errors.rb
instant2fa-0.0.2 lib/instant2fa/errors.rb