* Not Found Handler * * This method defines or invokes the application-wide Not Found handler. * There are two contexts in which this method may be invoked: * * 1. When declaring the handler: * * If the $callable parameter is not null and is callable, this * method will register the callable to be invoked when no * routes match the current HTTP request.
( $callable = null )