class RbSSO::Authentication::VersionMismatch

Public Class Methods

new(version) click to toggle source
Calls superclass method
# File lib/rbsso/authentication.rb, line 6
def initialize(version)
  super "Version mismatch! Expected: #{VERSION} Got: #{version}."
end