1: <?php 2: 3: namespace OpenCloud\CloudMonitoring\Exception; 4: 5: class ZoneException extends CloudMonitoringException 6: { 7: }