D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
spatie
/
crawler
/
src
/
Exceptions
/
Filename :
UrlNotFoundByIndex.php
back
Copy
<?php namespace Spatie\Crawler\Exceptions; use RuntimeException; class UrlNotFoundByIndex extends RuntimeException { }