From 06ed84d638677ab34b28b0558fc00cf60fb77e9a Mon Sep 17 00:00:00 2001 From: Dmitry Khlystov Date: Sat, 14 Jan 2017 01:41:05 +1000 Subject: [PATCH] bug fixed --- widgets/Lightbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/Lightbox.php b/widgets/Lightbox.php index c9d027b..f72e72b 100644 --- a/widgets/Lightbox.php +++ b/widgets/Lightbox.php @@ -76,7 +76,7 @@ private function getTouchRoute() } if (empty($result)) - throw new Exception('Module "Lightbox" not found.'); + throw new \Exception('Module "Lightbox" not found.'); return $result; }