<?php

namespace App\Exceptions\Repository;

use App\Exceptions\PanelException;

class RepositoryException extends PanelException
{
}