1: <?php
2:
3: declare(strict_types=1);
4:
5: namespace Atk4\Ui\Exception;
6:
7: /**
8: * @internal
9: */
10: final class UnhandledCallbackExceptionError extends \Error {}
11: