production/vendor/aws/aws-sdk-php/src/Exception/InvalidJsonException.php
2025-12-01 16:12:12 +00:00

12 lines
234 B
PHP
Executable File

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