// +---------------------------------------------------------------------- declare(strict_types = 1); namespace think\db\exception; /** * 模型事件异常. */ class ModelEventException extends DbException { }