Proje dosyaları eklendi
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace App\Serp\Exceptions;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
abstract class SerpProviderException extends RuntimeException
|
||||
{
|
||||
abstract public function retryable(): bool;
|
||||
|
||||
abstract public function safeCode(): string;
|
||||
|
||||
public function safeMessage(): string
|
||||
{
|
||||
return 'SERP kontrolü şu anda tamamlanamadı.';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user