summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Exception/IncalculablePayloadException.php
blob: a64e7428f6396adca021e611dd345ec1f732b4de (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace Aws\Exception;

use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;

class IncalculablePayloadException extends \RuntimeException implements
    MonitoringEventsInterface
{
    use HasMonitoringEventsTrait;
}