Files
solidtime/app/Service/Export/ExportException.php

13 lines
189 B
PHP

<?php
declare(strict_types=1);
namespace App\Service\Export;
use App\Exceptions\Api\ApiException;
class ExportException extends ApiException
{
public const string KEY = 'export';
}