PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
spatie
/
crawler
/
src
/
Exceptions
/
Editing: UrlNotFoundByIndex.php
<?php namespace Spatie\Crawler\Exceptions; use RuntimeException; class UrlNotFoundByIndex extends RuntimeException { }
SAVE
CANCEL