Files
nexusphp/app/Exceptions/TrackerException.php
2022-03-17 18:46:49 +08:00

9 lines
85 B
PHP

<?php
namespace App\Exceptions;
class TrackerException extends NexusException
{
}