Implemented translation via Yandex service.
This commit is contained in:
10
src/Exceptions/TranslateException.php
Normal file
10
src/Exceptions/TranslateException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace korElf\TranslateLaravel\Exceptions;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class TranslateException extends RuntimeException
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user