Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
 
3
namespace Aws\Auth\Exception;
4
 
5
use Aws\HasMonitoringEventsTrait;
6
use Aws\MonitoringEventsInterface;
7
 
8
/**
9
 * Represents an error when attempting to resolve authentication.
10
 */
11
class UnresolvedAuthSchemeException extends \RuntimeException implements
12
    MonitoringEventsInterface
13
{
14
    use HasMonitoringEventsTrait;
15
}