githubtrue/backend/vendor/illuminate/session/TokenMismatchException.php @ b50f8ebd
1 |
<?php
|
---|---|
2 |
|
3 |
namespace Illuminate\Session; |
4 |
|
5 |
use Exception; |
6 |
|
7 |
class TokenMismatchException extends Exception |
8 |
{
|
9 |
//
|
10 |
}
|