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

12 lines
195 B
PHP
Raw Normal View History

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