whitelabel-plugins-update-s.../aws/Aws/DefaultsMode/Exception/ConfigurationException.php
2024-05-13 16:09:03 +05:00

14 lines
316 B
PHP

<?php
namespace Aws\DefaultsMode\Exception;
use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;
/**
* Represents an error interacting with configuration mode
*/
class ConfigurationException extends \RuntimeException implements
MonitoringEventsInterface
{
use HasMonitoringEventsTrait;
}