alltube/classes/Exception/DependencyException.php
Pierre Rudloff f475fa2a47
Lint
2023-03-03 00:18:00 +01:00

13 lines
168 B
PHP

<?php
namespace Alltube\Exception;
use Exception;
/**
* Class DependencyException
* @package Alltube\Exception
*/
class DependencyException extends Exception
{
}