1 | <?php |
||
2 | |||
3 | /** |
||
4 | * This file is part of Railt package. |
||
5 | * |
||
6 | * For the full copyright and license information, please view the LICENSE |
||
7 | * file that was distributed with this source code. |
||
8 | */ |
||
9 | |||
10 | declare(strict_types=1); |
||
11 | |||
12 | namespace Railt\SDL\Exception; |
||
13 | |||
14 | /** |
||
15 | * Class RuntimeErrorException |
||
16 | */ |
||
17 | class RuntimeErrorException extends GraphQLException |
||
0 ignored issues
–
show
|
|||
18 | { |
||
19 | |||
20 | } |
||
21 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths