query = $query; } /** * Returns the query, which caused the exception * * @return string */ public function getQuery(): string { return $this->query; } }