Simplify PSR-4 autoload
This commit is contained in:
parent
65ccf95437
commit
d127964eff
12 changed files with 81 additions and 84 deletions
10
classes/Exception/ConfigException.php
Normal file
10
classes/Exception/ConfigException.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Alltube\Exception;
|
||||
|
||||
use Exception;
|
||||
|
||||
class ConfigException extends Exception
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue