Exception: RbSSO::Authentication::VersionMismatch

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/rbsso/authentication.rb

Instance Method Summary collapse

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