Skip to content

Instantly share code, notes, and snippets.

@felnne
Created December 1, 2014 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felnne/41e936df4b5a407aced6 to your computer and use it in GitHub Desktop.
Save felnne/41e936df4b5a407aced6 to your computer and use it in GitHub Desktop.
Lions - Expired Token Exception
<?php
namespace Lions\Exception\Token;
class ExpiredTokenException extends TokenException {
protected $statusCode = 401;
protected $exceptionType = 'expired_authentication_token';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment