/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Appengine
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Appengine/ErrorHandler.php (1646B)
errorCode = $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');