|
    Ultima modificación |
    Ver Log
    | 
  
  
  
     
        
        | Rev | Autor | Línea Nro. | Línea | 
     
     
        
           | 1 | efrain | 1 | <?php
 | 
        
           |  |  | 2 | namespace Aws\Exception;
 | 
        
           |  |  | 3 |   | 
        
           |  |  | 4 | use Aws\HasMonitoringEventsTrait;
 | 
        
           |  |  | 5 | use Aws\MonitoringEventsInterface;
 | 
        
           |  |  | 6 |   | 
        
           |  |  | 7 | class IncalculablePayloadException extends \RuntimeException implements
 | 
        
           |  |  | 8 |     MonitoringEventsInterface
 | 
        
           |  |  | 9 | {
 | 
        
           |  |  | 10 |     use HasMonitoringEventsTrait;
 | 
        
           |  |  | 11 | }
 |