Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php declare(strict_types=1);
2
 
3
namespace Invoker\Exception;
4
 
5
/**
6
 * Impossible to invoke the callable.
7
 */
8
class InvocationException extends \Exception
9
{
10
}