class TrivialSso::Error::CookieError

General Cookie Error

Public Instance Methods

to_s() click to toggle source
# File lib/trivial_sso/error.rb, line 6
def to_s
  "There was an error processing the Ophth Cookie"
end