Files
solidtime/app/Exceptions/Api/TimeEntryStillRunningApiException.php
Constantin Graf 66a1d8a38b Added more imports
2024-03-11 19:12:51 +01:00

11 lines
187 B
PHP

<?php
declare(strict_types=1);
namespace App\Exceptions\Api;
class TimeEntryStillRunningApiException extends ApiException
{
public const string KEY = 'time_entry_still_running';
}