Files
trafficpumper/app/Serp/Exceptions/ProviderAuthenticationException.php
T

12 lines
214 B
PHP
Raw Normal View History

2026-08-29 15:53:53 +03:00
<?php
namespace App\Serp\Exceptions;
class ProviderAuthenticationException extends PermanentProviderException
{
public function safeCode(): string
{
return 'provider_configuration_error';
}
}