44
55use ByJG \AnyDataset \Core \Exception \DatabaseException ;
66use ByJG \AnyDataset \Core \Formatter \XmlFormatter ;
7- use ByJG \Util \File ;
8- use ByJG \Util \XmlDocument ;
7+ use ByJG \XmlUtil \File ;
8+ use ByJG \XmlUtil \XmlDocument ;
99use InvalidArgumentException ;
1010
1111/**
@@ -62,7 +62,7 @@ class AnyDataset
6262 /**
6363 * @param null|string $filename
6464 * @throws \ByJG\Serializer\Exception\InvalidArgumentException
65- * @throws \ByJG\Util \Exception\XmlUtilException
65+ * @throws \ByJG\XmlUtil \Exception\XmlUtilException
6666 */
6767 public function __construct ($ filename = null )
6868 {
@@ -110,7 +110,7 @@ private function defineSavePath($filename, $closure)
110110 * @param string $filepath Path and Filename to be read
111111 * @return void
112112 * @throws \ByJG\Serializer\Exception\InvalidArgumentException
113- * @throws \ByJG\Util \Exception\XmlUtilException
113+ * @throws \ByJG\XmlUtil \Exception\XmlUtilException
114114 */
115115 private function createFromFile ()
116116 {
@@ -141,7 +141,7 @@ private function createFromFile()
141141 * Returns the AnyDataset XML representative structure.
142142 *
143143 * @return string XML String
144- * @throws \ByJG\Util \Exception\XmlUtilException
144+ * @throws \ByJG\XmlUtil \Exception\XmlUtilException
145145 */
146146 public function xml ()
147147 {
@@ -152,7 +152,7 @@ public function xml()
152152 * @param string|null $filename
153153 * @return void
154154 * @throws DatabaseException
155- * @throws \ByJG\Util \Exception\XmlUtilException
155+ * @throws \ByJG\XmlUtil \Exception\XmlUtilException
156156 */
157157 public function save ($ filename = null )
158158 {
0 commit comments