spatie / robots-txt

Determine if a page may be crawled from robots.txt, robots meta tags and robot headers
https://spatie.be/en/opensource/php
MIT License
219 stars 36 forks source link

Add missing use statement for InvalidArgumentException #44

Closed remcom closed 2 months ago

remcom commented 2 months ago

Add missing use statement for InvalidArgumentException that is causing Class "Spatie\Robots\InvalidArgumentException" not found exceptions when thrown

freekmurze commented 2 months ago

Thanks!