PHP 8.2.30
Preview: InvalidCrawlRequestHandler.php Size: 370 B
/proc/thread-self/root/home/byroehnu/easetack.com/vendor/spatie/crawler/src/Exceptions/InvalidCrawlRequestHandler.php

<?php

namespace Spatie\Crawler\Exceptions;

use RuntimeException;

class InvalidCrawlRequestHandler extends RuntimeException
{
    public static function doesNotExtendBaseClass(string $handlerClass, string $baseClass): static
    {
        return new static("`{$handlerClass} is not a valid handler class. A valid handler class should extend `{$baseClass}`.");
    }
}

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
370 B lrw-rw-rw- 2025-02-24 09:20:47
Edit Download
558 B lrw-rw-rw- 2025-02-24 09:20:47
Edit Download
121 B lrw-rw-rw- 2025-02-24 09:20:47
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).