zendframework / zend-navigation

Navigation component from Zend Framework
BSD 3-Clause "New" or "Revised" License
20 stars 25 forks source link

Page\Mvc::setRouteMatch() gives error class not found InvalidArgumentException on invalid argument #39

Closed alextech closed 7 years ago

alextech commented 8 years ago

When supplied invalid argument to setRouteMatch() in Page\MVC, application crashes on fatal error about class InvalidArgumentException not found because of a typo. Should be Exception\InvalidArgumentException

Fixed in PR.