Exception: RbSSO::Authentication::VersionMismatch
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- RbSSO::Authentication::VersionMismatch
- Defined in:
- lib/rbsso/authentication.rb
Instance Method Summary collapse
-
#initialize(version) ⇒ VersionMismatch
constructor
A new instance of VersionMismatch.
Constructor Details
#initialize(version) ⇒ VersionMismatch
Returns a new instance of VersionMismatch.
6 7 8 |
# File 'lib/rbsso/authentication.rb', line 6 def initialize(version) super "Version mismatch! Expected: #{VERSION} Got: #{version}." end |