1: 2: 3: 4: 5: 6: 7: 8: 9: 10:
<?php
namespace Antavo\SignedToken\Exceptions;
/**
* Exception thrown when a token holds invalid payload data (it should be a PHP
* array when unpacked). It is thrown from
* {@see Antavo\SignedToken\SignedToken::setToken()}.
*/
class InvalidPayloadException extends Exception {}