Proje dosyaları eklendi
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App\Serp\Exceptions;
|
||||
|
||||
class TransientProviderException extends SerpProviderException
|
||||
{
|
||||
public function retryable(): bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public function safeCode(): string
|
||||
{
|
||||
return 'provider_transient';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user