Skip to content

Commit f3493fc

Browse files
Mark MaintenanceModeException as deprecated (#37497)
1 parent 3062083 commit f3493fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Illuminate/Foundation/Http/Exceptions/MaintenanceModeException.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
use Symfony\Component\HttpKernel\Exception\ServiceUnavailableHttpException;
88
use Throwable;
99

10+
/**
11+
* @deprecated Will be removed in a future Laravel version.
12+
*/
1013
class MaintenanceModeException extends ServiceUnavailableHttpException
1114
{
1215
/**

0 commit comments

Comments
 (0)