From dae579da13fe05a6609d95a9e2b3a78cb14dbf42 Mon Sep 17 00:00:00 2001 From: Dmitry Mamontov Date: Wed, 4 Mar 2015 13:10:04 +0300 Subject: [PATCH] Update Exception no xml --- MoySkladICMLParser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MoySkladICMLParser.php b/MoySkladICMLParser.php index a1a247d..574bf17 100644 --- a/MoySkladICMLParser.php +++ b/MoySkladICMLParser.php @@ -237,7 +237,7 @@ class MoySkladICMLParser $vendors[$uuid] = $name; } } else { - throw new RuntimeException('No xml'); + throw new RuntimeException('No - ' . $this->shop); } $start += self::STEP;