Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit b7da383

Browse files
jroenfHywan
authored andcommitted
Asserter: Fix a wrong namespace access.
1 parent b4d8e2e commit b7da383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Visitor/Asserter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ protected function visitContext(Ruler\Model\Bag\Context $element, &$handle = nul
223223
$context = $this->getContext();
224224

225225
if (null === $context) {
226-
throw new Ruler\Exeption\Asserter(
226+
throw new Ruler\Exception\Asserter(
227227
'Assert needs a context to work properly.',
228228
1
229229
);

0 commit comments

Comments
 (0)