PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / vendor / aws / aws-sdk-php / src / ClientSideMonitoring / Exception / ConfigurationException.php
transferito / vendor / aws / aws-sdk-php / src / ClientSideMonitoring / Exception Last commit date
ConfigurationException.php 10 months ago
ConfigurationException.php
16 lines
1 <?php
2 namespace Aws\ClientSideMonitoring\Exception;
3
4 use Aws\HasMonitoringEventsTrait;
5 use Aws\MonitoringEventsInterface;
6
7
8 /**
9 * Represents an error interacting with configuration for client-side monitoring.
10 */
11 class ConfigurationException extends \RuntimeException implements
12 MonitoringEventsInterface
13 {
14 use HasMonitoringEventsTrait;
15 }
16