Skip to content

Instantly share code, notes, and snippets.

@felnne
Created December 1, 2014 17:28
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/c5fa19ac7481968fa734 to your computer and use it in GitHub Desktop.
Save felnne/c5fa19ac7481968fa734 to your computer and use it in GitHub Desktop.
Lions BASE Token Exception
<?php
namespace Lions\Exception\Token;
use Lions\Exception\HttpException;
class TokenException extends HttpException {
protected $exceptionType = 'unknown_authentication_token_fault';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment