Skip to content

Commit 85422fe

Browse files
committed
add documentation for RecoveryActionException
1 parent 893ed78 commit 85422fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/Exception/RecoveryActionException.php

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
namespace Win32Service\Exception;
1010

11+
/*
12+
* This exception can be thrown when you need to stop the service
13+
* to launch the recovery action configured on the current service
14+
*/
1115
class RecoveryActionException extends Win32ServiceException
1216
{
1317
}

0 commit comments

Comments
 (0)