The start of something beautiful
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Lexik\Bundle\JWTAuthenticationBundle\Exception;
|
||||
|
||||
/**
|
||||
* JWTEncodeFailureException is thrown if an error occurs in the token encoding process.
|
||||
*
|
||||
* @author Robin Chalas <robin.chalas@gmail.com>
|
||||
*/
|
||||
class JWTEncodeFailureException extends JWTFailureException
|
||||
{
|
||||
public const INVALID_CONFIG = 'invalid_config';
|
||||
|
||||
public const UNSIGNED_TOKEN = 'unsigned_token';
|
||||
}
|
||||
Reference in New Issue
Block a user