Exakat\Exceptions\NoFileToProcess::__construct PHP Метод

__construct() публичный Метод

public __construct ( $filename = '', $code, Exception $previous = null )
$previous Exception
    public function __construct($filename = '', $code = 0, \Exception $previous = null)
    {
        parent::__construct("No file to process. The provided file(s) were not PHP, empty, ignored or couldn't compile with the requested PHP version. Check your project config.ini.", $code, $previous);
    }
NoFileToProcess