We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3062083 commit f3493fcCopy full SHA for f3493fc
src/Illuminate/Foundation/Http/Exceptions/MaintenanceModeException.php
@@ -7,6 +7,9 @@
7
use Symfony\Component\HttpKernel\Exception\ServiceUnavailableHttpException;
8
use Throwable;
9
10
+/**
11
+ * @deprecated Will be removed in a future Laravel version.
12
+ */
13
class MaintenanceModeException extends ServiceUnavailableHttpException
14
{
15
/**
0 commit comments