Allow ChainRouter::match() to use the correct exception message when a RequestMatcherInterface router is used.
Currently, even if doMatch() is called via match(), as long as the router cares for a request, it will create one and the exception handling will not use the path-specific message, it will use the request-based message.
Allow ChainRouter::match() to use the correct exception message when a RequestMatcherInterface router is used.
Currently, even if doMatch() is called via match(), as long as the router cares for a request, it will create one and the exception handling will not use the path-specific message, it will use the request-based message.