Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\Arn\Exception;
3
 
4
/**
5
 * Represents a failed attempt to construct an Arn
6
 */
7
class InvalidArnException extends \RuntimeException {}