added missing com_exception to com_dotnet stub

This class doesn't have a manual page in the traditional format.

Several other classes appear when writing `php --re com_dotnet`, but I did not take the time to investigate those.
This commit is contained in:
Dylan T 2019-05-10 14:40:50 +01:00 committed by GitHub
parent 9363654443
commit 71677620f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,12 @@ class VARIANT {
}
/**
* This extension will throw instances of the class com_exception whenever there is a potentially fatal error reported by COM. All COM exceptions have a well-defined code property that corresponds to the HRESULT return value from the various COM operations. You may use this code to make programmatic decisions on how to handle the exception.
* @link https://php.net/manual/en/com.error-handling.php
*/
class com_exception extends \Exception {}
/**
* (PHP 5, PHP 7)<br/>
* Generate a globally unique identifier (GUID)