develop
<?php declare(strict_types=1); namespace Atk4\Ui; use Atk4\Core\Exception as CoreException; class Exception extends CoreException {}