t.php

PHP

No description

Guest

Download Edit

try {
$this->simpleXml = new SimpleXMLElement($xmlString);
}
catch(Exception $e)
{
throw new TMException("null", 78); // invalid request
}