<?php

namespace App\Exceptions;

use Exception;

class RepositoryPermissionDenied extends Exception
{
    //
}