Patchwork\Exceptions\CachePathConflict::__construct PHP Méthode

__construct() public méthode

public __construct ( $first, $second )
    function __construct($first, $second)
    {
        parent::__construct(sprintf("Detected configuration files provide conflicting cache paths: %s and %s", $first, $second));
    }
CachePathConflict