Exception: CookieJar::Error::CirculationNotFound

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



22
23
24
# File 'lib/cookie_jar/support/errors.rb', line 22

def to_s
  "Circulation was not found."
end