mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
8 lines
98 B
PHP
8 lines
98 B
PHP
<?php
|
|
|
|
namespace GitList\Exception;
|
|
|
|
class EmptyRepositoryException extends \RuntimeException
|
|
{
|
|
}
|