Files
solidtime/app/Exceptions/TimeEntryStillRunning.php
T

10 lines
113 B
PHP

<?php
declare(strict_types=1);
namespace App\Exceptions;
class TimeEntryStillRunning extends ApiException
{
}