Refactored \Tamer to \TamerLib
This commit is contained in:
parent
1b8d2fb40a
commit
7eea383ce9
25 changed files with 81 additions and 81 deletions
16
src/TamerLib/Abstracts/ExitCodes/WorkerExitCodes.php
Normal file
16
src/TamerLib/Abstracts/ExitCodes/WorkerExitCodes.php
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
namespace TamerLib\Abstracts\ExitCodes;
|
||||
|
||||
class WorkerExitCodes
|
||||
{
|
||||
const GracefulShutdown = 0;
|
||||
|
||||
const Exception = 1;
|
||||
|
||||
const UnsupervisedWorker = 2;
|
||||
|
||||
const ProtocolUnavailable = 3;
|
||||
|
||||
const ServerConnectionFailed = 4;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue