MvcLite\Dispatcher::handleDispatchException
Handle exceptions that occur during dispatch.
Signature
protected function handleDispatchException(Exception
$exception )
Parameters
$exception
—
object
- The exception that was thrown.
Test Coverage
Information
- Coverage: 5/5 Lines (100%)
- Tests: 2
- Passed: 2 (100%)
Tests
- [ PASSED ] — MvcLite\DispatcherTest::testDispatch with data set "good controller request"
- [ PASSED ] — MvcLite\DispatcherTest::testDispatch with data set "bad controller request"