RSS Git Download  Clone
Raw Blame History 103B 9 lines
<?php

namespace GitList\Exception;

class EmptyRepositoryException extends \RuntimeException
{
    
}