Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
 
3
namespace Psr\Log;
4
 
5
class InvalidArgumentException extends \InvalidArgumentException
6
{
7
}