From 1d1215b60aac9325facad3c7bdc99263dc9c4a64 Mon Sep 17 00:00:00 2001 From: Stawen DRONEK Date: Thu, 3 Sep 2015 22:12:41 +0200 Subject: [PATCH] Update version.class.php --- _include/version.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_include/version.class.php b/_include/version.class.php index fb25a218..6010ab03 100644 --- a/_include/version.class.php +++ b/_include/version.class.php @@ -2,7 +2,7 @@ //namespace vierbergenlars\SemVer; -use \UnexpectedValueException; +//use \UnexpectedValueException; class version extends expression{ @@ -395,4 +395,4 @@ public static function rcompare($v1, $v2) { return self::compare($v2, $v1); } -} \ No newline at end of file +}