PHP 8.3.31
Preview: DriverDoesNotExistException.php Size: 401 B
/proc/thread-self/root/home/getspomw/itechservicellc.com/vendor/stevebauman/location/src/Exceptions/DriverDoesNotExistException.php

<?php

namespace Stevebauman\Location\Exceptions;

class DriverDoesNotExistException extends LocationException
{
    /**
     * Create a new exception for the non-existent driver.
     */
    public static function forDriver(string $driver): static
    {
        return new static(
            "The location driver [$driver] does not exist. Did you publish the configuration file?"
        );
    }
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
401 B lrw-r--r-- 2025-10-28 20:23:32
Edit Download
105 B lrw-r--r-- 2025-10-28 20:23:32
Edit Download

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