Username or Email
Password
Remember me
Sign in
Sign up
Add Paste
Add Collection
t.php
PHP
No description
Guest
Download
Edit
try {
$this->simpleXml = new SimpleXMLElement($xmlString);
}
catch(Exception $e)
{
throw new TMException("null", 78); // invalid request
}