| Current Path : /var/www/html/maxicambios.sumar.com.py/lib/phpxmlrpc/Exception/ |
| Current File : /var/www/html/maxicambios.sumar.com.py/lib/phpxmlrpc/Exception/TypeErrorException.php |
<?php
namespace PhpXmlRpc\Exception;
use PhpXmlRpc\Exception as BaseExtension;
/**
* Exception thrown when an argument passed to a function or method has an unsupported type
*/
class TypeErrorException extends BaseExtension
{
}