/home/brandsfa/public_html/vendor/spatie/crawler/src/Exceptions/UrlNotFoundByIndex.php
<?php

namespace Spatie\Crawler\Exceptions;

use RuntimeException;

class UrlNotFoundByIndex extends RuntimeException
{
}