Patchwork\Exceptions\CachePathUnavailable::__construct PHP Method

__construct() public method

public __construct ( $location )
    function __construct($location)
    {
        parent::__construct(sprintf("The specified cache path is inexistent or read-only: %s", $location));
    }
CachePathUnavailable