![]() |
Bearsampp 2025.8.29
|
Public Member Functions | |
__construct ($message="", $code=0, \Throwable $previous=null) |
Class Win32ServiceException
This class represents exceptions thrown by Win32 service operations. It extends the base Exception class to provide specific error handling for Win32 service functions.
Definition at line 17 of file class.win32serviceexception.php.
__construct | ( | $message = "", | |
$code = 0, | |||
\Throwable | $previous = null ) |
Constructor for the Win32ServiceException class.
string | $message | The exception message. |
int | $code | The exception code. |
\Throwable | null | $previous | The previous throwable used for exception chaining. |
Definition at line 26 of file class.win32serviceexception.php.