We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6685d commit 1bd9c91Copy full SHA for 1bd9c91
idelib/php_win32service.exception.php
@@ -0,0 +1,20 @@
1
+<?php
2
+declare(strict_types=1);
3
+/*
4
+ * php_win32service.dll provided exception class
5
+ * Author: Alphp
6
+ * Date: 3/13/24
7
+ * Version: 2.2
8
+ *
9
+ * Requirements: php_win32service.dll V1.0.x
10
+ */
11
+
12
13
14
+ * This file is NOT to be used in production!
15
+ * This file is for IDE's so they don't complain about unknown functions.
16
+ * Also allows IDE's to know how to use them. Made for Eclipse + PDT
17
+ * Your mileage may vary.
18
19
20
+class Win32ServiceException extends Exception {}
0 commit comments