<?php
namespace Buglinjo\LaravelWebp\Exceptions;
use Exception;
use Throwable;
class DriverIsNotSupportedException extends Exception
{
public function __construct($driverName = "", $code = 0, Throwable $previous = null)
{
$message = "Driver [$driverName] is not supported.";
parent::__construct($message, $code, $previous);
}
}
If you encounter any issues or need assistance, please reach out to our dedicated developer support team Contact Us
Thank you for choosing Kueue Pay Payment Gateway Solutions! We look forward to seeing your integration thrive and provide a seamless payment experience for your valued customers.