diff --git a/composer.lock b/composer.lock index 00212c7..3c519b8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e055bbbbe5836c92bb147b6dbb1d1d46", + "content-hash": "c133ccd27ac6a41256bdc69129c16546", "packages": [ { "name": "1tomany/rich-bundle", @@ -13398,7 +13398,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { @@ -13406,7 +13406,7 @@ "ext-ctype": "*", "ext-iconv": "*" }, - "platform-dev": {}, + "platform-dev": [], "platform-overrides": { "php": "8.4" }, diff --git a/templates/bundles/TwigBundle/Exception/error404.html.twig b/templates/bundles/TwigBundle/Exception/error404.html.twig new file mode 100644 index 0000000..84285b9 --- /dev/null +++ b/templates/bundles/TwigBundle/Exception/error404.html.twig @@ -0,0 +1,13 @@ +{% extends 'bare.html.twig' %} + +{% block body %} +

404

+
+
+

It's not you, it's me!

+ (or is it?) +
+

I don't know, maybe I used to have that page-maybe I didn't, but one thing's for sure: I + don't have it now. Sorry!

+
+{% endblock %}