1 <?php 2 3 namespace PhpXmlRpc\Exception; 4 5 use PhpXmlRpc\Exception as BaseExtension; 6 7 /** 8 * Base exception for errors thrown by the server while trying to handle the requests, such as errors with the dispatch map 9 */ 10 class ServerException extends BaseExtension 11 { 12 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body