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

use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;

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