Fix build execute - in some cases one build executed with many process
This commit is contained in:
parent
37abf496d2
commit
80aa7d4c06
6 changed files with 114 additions and 26 deletions
8
src/PHPCensor/BuilderException.php
Normal file
8
src/PHPCensor/BuilderException.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace PHPCensor;
|
||||
|
||||
class BuilderException extends \Exception {
|
||||
/** Fail start build - non fatal */
|
||||
const FAIL_START = 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue