mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
Enable PSR-4 autoloading
As of 2014-10-21 PSR-0 has been marked as deprecated.
This commit is contained in:
8
src/Exception/EmptyRepositoryException.php
Normal file
8
src/Exception/EmptyRepositoryException.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace GitList\Exception;
|
||||
|
||||
class EmptyRepositoryException extends \RuntimeException
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user