Fix build execute - in some cases one build executed with many process

This commit is contained in:
Stepan Strelets 2017-04-04 23:12:20 +03:00
commit 80aa7d4c06
6 changed files with 114 additions and 26 deletions

View file

@ -0,0 +1,8 @@
<?php
namespace PHPCensor;
class BuilderException extends \Exception {
/** Fail start build - non fatal */
const FAIL_START = 1;
}