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 / DefaultsMode / Exception / ConfigurationException.php
transferito / vendor / aws / aws-sdk-php / src / DefaultsMode / Exception Last commit date
ConfigurationException.php 10 months ago
ConfigurationException.php
15 lines
1 <?php
2 namespace Aws\DefaultsMode\Exception;
3
4 use Aws\HasMonitoringEventsTrait;
5 use Aws\MonitoringEventsInterface;
6
7 /**
8 * Represents an error interacting with configuration mode
9 */
10 class ConfigurationException extends \RuntimeException implements
11 MonitoringEventsInterface
12 {
13 use HasMonitoringEventsTrait;
14 }
15