module Errors # This is just basically the 403 error type, which doesn't have much # diagnostic information. This can happen if your session is invalid # with perforce, you've used an invalid token, etc. Basically, you need # to create a new session and make sure the auth string you're sending over # is correct. class Unauthenticated < Exception end end