ServiceUnavailable.php 238 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <?php namespace Cardinity\Exception; class ServiceUnavailable extends Request { protected $code = 503; protected $message = 'Service Unavailable – We’re temporarily off-line for maintenance. Please try again later.'; }