| DIR: /home/cardxfeb/public_html/vendor/spatie/crawler/src/Exceptions/ |
| Current File : //home/cardxfeb/public_html/vendor/spatie/crawler/src/Exceptions/UrlNotFoundByIndex.php |
<?php
namespace Spatie\Crawler\Exceptions;
use RuntimeException;
class UrlNotFoundByIndex extends RuntimeException
{
}
|