1
0
mirror of synced 2025-02-06 23:39:24 +03:00

Update Exception no xml

This commit is contained in:
Dmitry Mamontov 2015-03-04 13:10:04 +03:00
parent 58a8847d97
commit dae579da13

View File

@ -237,7 +237,7 @@ class MoySkladICMLParser
$vendors[$uuid] = $name; $vendors[$uuid] = $name;
} }
} else { } else {
throw new RuntimeException('No xml'); throw new RuntimeException('No - ' . $this->shop);
} }
$start += self::STEP; $start += self::STEP;