Projekt

Obecné

Profil

Stáhnout (112 Bajtů) Statistiky
| Větev: | Revize:
1
<?php
2

    
3
namespace Illuminate\Session;
4

    
5
use Exception;
6

    
7
class TokenMismatchException extends Exception
8
{
9
    //
10
}
(12-12/13)