Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
esokullu committed Jul 30, 2017
1 parent 1ae1c9c commit 24825fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pho/Framework/Handlers/Has.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public static function handle(
return static::checkEdgeNode($particle, $pack, $name, $id, Direction::in());
}

throw new \Pho\Framework\InvalidParticleMethodException(__CLASS__, $original_name);
throw new \Pho\Framework\Exceptions\InvalidParticleMethodException(__CLASS__, $original_name);
}

/**
Expand Down

0 comments on commit 24825fa

Please sign in to comment.