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