Exception: CookieJar::Error::UserNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cookie_jar/support/errors.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



10
11
12
# File 'lib/cookie_jar/support/errors.rb', line 10

def to_s
  "User was not found."
end