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