10 lines
134 B
PHP
10 lines
134 B
PHP
<?php
|
|
|
|
namespace App\Exceptions\Repository;
|
|
|
|
use App\Exceptions\PanelException;
|
|
|
|
class RepositoryException extends PanelException
|
|
{
|
|
}
|