mirror of
https://github.com/klaussilveira/gitlist.git
synced 2026-04-11 23:18:04 +02:00
8 lines
98 B
PHP
8 lines
98 B
PHP
<?php
|
|
|
|
namespace GitList\Exception;
|
|
|
|
class EmptyRepositoryException extends \RuntimeException
|
|
{
|
|
}
|