csrb/api/application/vendor/aws-sdk/Aws/Exception/IncalculablePayloadException.php
2019-10-12 12:13:27 +05:30

12 lines
242 B
PHP

<?php
namespace Aws\Exception;
use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;
class IncalculablePayloadException extends \RuntimeException implements
MonitoringEventsInterface
{
use HasMonitoringEventsTrait;
}