questlab/www/analytics/vendor/php-di/invoker/src/Exception/NotCallableException.php
2016-04-10 18:55:57 +02:00

12 lines
204 B
PHP

<?php
namespace Invoker\Exception;
/**
* The given callable is not actually callable.
*
* @author Matthieu Napoli <matthieu@mnapoli.fr>
*/
class NotCallableException extends InvocationException
{
}