Simplify PSR-4 autoload
This commit is contained in:
parent
8eb280bab0
commit
dfdf6fef76
12 changed files with 1 additions and 2 deletions
13
classes/Exception/AlltubeLibraryException.php
Normal file
13
classes/Exception/AlltubeLibraryException.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
namespace Alltube\Library\Exception;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Base class for Alltube exceptions.
|
||||
*/
|
||||
abstract class AlltubeLibraryException extends Exception
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue