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

Commit

Permalink
Asserter: Fix a wrong namespace access.
Browse files Browse the repository at this point in the history
  • Loading branch information
jroenf authored and Hywan committed Apr 6, 2016
1 parent b4d8e2e commit b7da383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Visitor/Asserter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
Expand Down

0 comments on commit b7da383

Please sign in to comment.