<?php declare(strict_types = 1); namespace app\admin\service\curd\exceptions; class TableException extends \Exception { }