think\db\exception\ModelNotFoundException::__construct PHP Метод

__construct() публичный Метод

构造方法
public __construct ( string $message, string $model = '', array $config = [] )
$message string
$model string
$config array
    public function __construct($message, $model = '', array $config = [])
    {
        $this->message = $message;
        $this->model = $model;
        $this->setData('Database Config', $config);
    }
ModelNotFoundException