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