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