From b7da3838d5fe2d201b6a9b707f86d94cf433cd8a Mon Sep 17 00:00:00 2001 From: jroenf Date: Wed, 6 Apr 2016 09:09:43 +0200 Subject: [PATCH] Asserter: Fix a wrong namespace access. --- Visitor/Asserter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Visitor/Asserter.php b/Visitor/Asserter.php index 92c9994..f58292f 100644 --- a/Visitor/Asserter.php +++ b/Visitor/Asserter.php @@ -223,7 +223,7 @@ protected function visitContext(Ruler\Model\Bag\Context $element, &$handle = nul $context = $this->getContext(); if (null === $context) { - throw new Ruler\Exeption\Asserter( + throw new Ruler\Exception\Asserter( 'Assert needs a context to work properly.', 1 );