Translated using Weblate (Portuguese)
[phpmyadmin.git] / src / Exceptions / MismatchedSessionId.php
blobd4e08b560f0c629a064144717beb92d019d17869
1 <?php
3 declare(strict_types=1);
5 namespace PhpMyAdmin\Exceptions;
7 use Exception;
9 class MismatchedSessionId extends Exception