Files
solidtime/app/Exceptions/Api/TimeEntryStillRunningApiException.php

11 lines
180 B
PHP

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