📜  Symfony 5 - 自定义 Twig 错误模板 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:54.202000             🧑  作者: Mango

代码示例1
templates/
 └─ bundles/
  └─ TwigBundle/
    └─ Exception/
      ├─ error404.html.twig
      ├─ error403.html.twig
      └─ error.html.twig      # All other HTML errors (including 500)