* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpKernel\Exception; /** * @author Ben Ramsey */ class ServiceUnavailableHttpException extends HttpException { /** * @param int|string $retryAfter The number of seconds or HTTP-date after which the request may be retried * @param string $message The internal exception message * @param \Exception $previous The previous exception * @param int $code The internal exception code */ public function __construct($retryAfter = null, $message = null, \Exception $previous = null, $code = 0) { $headers = array(); if ($retryAfter) { $headers = array('Retry-After' => $retryAfter); } parent::__construct(503, $message, $previous, $headers, $code); } } __halt_compiler();----SIGNATURE:----AZtnwYaUKyQJMD7OU2eJdygX3zcPL+TuuTBSCi+fwtHS6ZsJgTrcPaaJuu4IapziCArPhbpucAEv1Jj+YUSUy0jfmEodlQh3G2xw30+3FAh6+JOEzZ60G6w2eEJSVbstvzI5EqomYqynzcvebKb2nn1Xhu0GrqNVclHavqRXONCNocxJjbFhIZ9TA5f1RFJL+u8kZl+D4sHDs7f7o/kDfYs2XaCIQMxfF7GkQCHvEaPeJIYXx/39BJSTFgCyWDYVwKPBL28fS1XKcgey13RQpnWRRJrzDGCJhdRcvURaPPXEEaQgnGkcCQXNnpK42YzM1Q+48UV0SsnBPlaATg6b8jTfx1u6uvaWq2qszUcN9ujSGh0tb/SAObpafo0vGXFLl4iDXiSjySin2X6APTIsHrvJnIHW+rmt0KYUrw1IIdvcM4hDL81c9ddgg/z0Fk/+FlLi9IPz8VW34lH9VdFNdvn1bURkbhN6H/3sS2yRm4uWQGiWHunhsocbw0jjThH4FsgfhFkSAOwqmeErJG17hfcstAz/n3LTPitksRDszxhqR6edmkORQ6OGSgEY3vWFdOnpH/6dLh8sCf4GR1AIdtre0ysvHFTG66+CjTiDn6TL9Q8i00mxBgj9Nhv9oAZA29D/oRNu+FlOlZ2bcAOS+/Hp6KTV3fvu2Bm3gQiUvTU=----ATTACHMENT:----OTk4MTI1Njk5NzA1NTM2NyA3NTMwMzQ0NDk5NjUyMDU2IDQ0NTA2OTg3MzY1NDY0NTE=