InternalServerError.php 212 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?php namespace Cardinity\Exception; class InternalServerError extends Request { protected $code = 500; protected $message = 'Internal Server Error – We had a problem on our end. Try again later.'; }