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