<?php namespace Invoker\Exception; /** * Impossible to invoke the callable. * * @author Matthieu Napoli <matthieu@mnapoli.fr> */ class InvocationException extends \Exception { }