mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-06-24 02:16:19 +08:00
9 lines
135 B
PHP
9 lines
135 B
PHP
<?php
|
|
|
|
namespace App\Exceptions\Repository;
|
|
|
|
use App\Exceptions\ConvoyException;
|
|
|
|
class RepositoryException extends ConvoyException
|
|
{
|
|
} |