1 <?php 2 3 namespace PhpXmlRpc\Exception; 4 5 use PhpXmlRpc\Exception as BaseExtension; 6 7 /** 8 * To be used when throwing exceptions instead of returning Response objects (future API?) 9 */ 10 class FaultResponseException extends BaseExtension 11 { 12 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body