
<center><h2><strong>Ubuntu</strong></h2>
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

namespace Invoker\Exception;

/**
 * Not enough parameters could be resolved to invoke the callable.
 *
 * @author Matthieu Napoli <matthieu@mnapoli.fr>
 */
class NotEnoughParametersException extends InvocationException
{
}
