refactor announce

This commit is contained in:
xiaomlove
2022-03-17 18:46:49 +08:00
parent 3ad8fabe7b
commit 6665c98169
16 changed files with 1486 additions and 27 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace App\Exceptions;
class TrackerException extends NexusException
{
}