path = $path; parent::__construct( $message, $code, $previous ); } /** * Get the file path associated with exception. * * @return string|null */ public function get_path(): ?string { return $this->path; } }