errors.xml 536 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <routes xmlns="http://symfony.com/schema/routing"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
  5. <route id="_twig_error_test" path="/{code}.{_format}">
  6. <default key="_controller">twig.controller.preview_error:previewErrorPageAction</default>
  7. <default key="_format">html</default>
  8. <requirement key="code">\d+</requirement>
  9. </route>
  10. </routes>