1: <?php
2:
3: declare(strict_types=1);
4:
5: namespace Atk4\Ui;
6:
7: use Atk4\Core\Exception as CoreException;
8:
9: class Exception extends CoreException {}
10: