JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrerrorCode = $errorCode; } /** * @return string */ public function getErrorCode() { return $this->errorCode; } /** * @param string */ public function setMimeType($mimeType) { $this->mimeType = $mimeType; } /** * @return string */ public function getMimeType() { return $this->mimeType; } /** * @param string */ public function setStaticFile($staticFile) { $this->staticFile = $staticFile; } /** * @return string */ public function getStaticFile() { return $this->staticFile; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ErrorHandler::class, 'Google_Service_Appengine_ErrorHandler');