Translated using Weblate (Portuguese)
[phpmyadmin.git] / src / Exceptions / ExitException.php
blob754f9717fdcc4b9f00885310378ead25a10b7897
1 <?php
3 declare(strict_types=1);
5 namespace PhpMyAdmin\Exceptions;
7 use Exception;
9 /**
10 * Used in tests as a replacement for the 'exit' language construct.
12 final class ExitException extends Exception