Files
my-projects-website/app/application/app/Exceptions/Services/Translate/CompletedException.php
T

9 lines
133 B
PHP

<?php declare(strict_types=1);
namespace App\Exceptions\Services\Translate;
final class CompletedException extends \Exception
{
}