Simplify PSR-4 autoload

This commit is contained in:
Pierre Rudloff 2020-07-01 22:52:22 +02:00
parent 65ccf95437
commit d127964eff
12 changed files with 81 additions and 84 deletions

View file

@ -1,10 +0,0 @@
<?php
namespace Alltube\Exception;
use Exception;
class ConfigException extends Exception
{
}