Exception: TrivialSso::Error::BadCookie

Inherits:
CookieError
  • Object
show all
Defined in:
lib/trivial_sso/error.rb

Overview

Cookie can not be verified, data has been altered

Instance Method Summary collapse

Instance Method Details

#to_sObject



13
14
15
# File 'lib/trivial_sso/error.rb', line 13

def to_s
  "Login cookie can not be verified!"
end