1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2023-12-26 17:28:32 -03:00
parent adb16134c5
commit f2b0804f7e

View file

@ -385,7 +385,7 @@ class EpgParser {
$errors = libxml_get_errors();
@$errors = $errors[0];
throw new \RuntimeException("Content of this request its not XML: $errors");
throw new \RuntimeException("Content of this request its not XML: ");
}
}
}