1: <?php 2: 3: namespace SMSApi\Exception; 4: 5: class ClientException extends SmsapiException { 6: 7: } 8: