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 +}