From e8d216b6717a5ba90033003575df3a1670529e41 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 28 May 2016 15:50:03 +0100 Subject: [PATCH] Enabled the new displayer --- config/exceptions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/exceptions.php b/config/exceptions.php index 992ed2dbd..6c73dd23e 100644 --- a/config/exceptions.php +++ b/config/exceptions.php @@ -49,6 +49,7 @@ return [ 'displayers' => [ 'CachetHQ\Cachet\Foundation\Exceptions\Displayers\JsonValidationDisplayer', 'CachetHQ\Cachet\Foundation\Exceptions\Displayers\RedirectDisplayer', + 'CachetHQ\Cachet\Foundation\Exceptions\Displayers\ThrottleDisplayer', 'GrahamCampbell\Exceptions\Displayers\DebugDisplayer', 'GrahamCampbell\Exceptions\Displayers\HtmlDisplayer', 'GrahamCampbell\Exceptions\Displayers\JsonDisplayer',