(opts, handler)
| 720 | } |
| 721 | |
| 722 | function setNotFoundHandler (opts, handler) { |
| 723 | throwIfAlreadyStarted(class="st">'Cannot call "setNotFoundHandler"!') |
| 724 | |
| 725 | fourOhFour.setNotFoundHandler.call(this, opts, handler, avvio, router.routeHandler) |
| 726 | return this |
| 727 | } |
| 728 | |
| 729 | function setValidatorCompiler (validatorCompiler) { |
| 730 | throwIfAlreadyStarted(class="st">'Cannot call "setValidatorCompiler"!') |
nothing calls this directly
no test coverage detected