<?php
namespace App\Serp\Exceptions;
class ProviderAuthenticationException extends PermanentProviderException
{
public function safeCode(): string
return 'provider_configuration_error';
}