alltube/classes/Exception/DependencyException.php
2020-07-15 23:05:41 +02:00

14 lines
169 B
PHP

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