class Warden::Proxy

def errors

:api: public
Lazily initiate errors object in session.
def errors
  @env[ENV_WARDEN_ERRORS] ||= Errors.new
end