Enable PSR-4 autoloading

As of 2014-10-21 PSR-0 has been marked as deprecated.
This commit is contained in:
Tasso Evangelista
2015-07-30 03:43:15 -03:00
parent bac769d042
commit ef380d1e36
20 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace GitList\Exception;
class EmptyRepositoryException extends \RuntimeException
{
}