You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (class_exists($exceptionClass) === false || is_a(
81
-
$exceptionClass,
82
-
Win32ServiceException::class,
83
-
true
84
-
) === false) {
85
-
thrownewWin32ServiceException(sprintf('Cannot throw object as it does not extend Exception or implement Throwable. Class provided "%s"', $exceptionClass));
81
+
$exceptionClass,
82
+
Win32ServiceException::class,
83
+
true
84
+
) === false) {
85
+
thrownewWin32ServiceException(sprintf('Cannot throw object as it does not extend Exception or implement Throwable. Class provided "%s"',
86
+
$exceptionClass));
86
87
}
87
88
88
89
if ($value !== null && $value !== WIN32_NO_ERROR) {
0 commit comments