File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,8 @@ abstract class Response
115115
116116 public const STATUS_CODE_TOO_MANY_REQUESTS = 429 ;
117117
118+ public const STATUS_CODE_UNAVAILABLE_FOR_LEGAL_REASONS = 451 ;
119+
118120 public const STATUS_CODE_INTERNAL_SERVER_ERROR = 500 ;
119121
120122 public const STATUS_CODE_NOT_IMPLEMENTED = 501 ;
@@ -168,6 +170,7 @@ abstract class Response
168170 self ::STATUS_CODE_EXPECTATION_FAILED => 'Expectation Failed ' ,
169171 self ::STATUS_CODE_TOO_EARLY => 'Too Early ' ,
170172 self ::STATUS_CODE_TOO_MANY_REQUESTS => 'Too Many Requests ' ,
173+ self ::STATUS_CODE_UNAVAILABLE_FOR_LEGAL_REASONS => 'Unavailable For Legal Reasons ' ,
171174 self ::STATUS_CODE_INTERNAL_SERVER_ERROR => 'Internal Server Error ' ,
172175 self ::STATUS_CODE_NOT_IMPLEMENTED => 'Not Implemented ' ,
173176 self ::STATUS_CODE_BAD_GATEWAY => 'Bad Gateway ' ,
You can’t perform that action at this time.
0 commit comments