03031ef6a54be4bb9b26e51e8d7354a29f017585
[phorkie.git] / src / Phorkie / Exception.php
1 <?php
2 namespace Phorkie;
3
4 class Exception extends \Exception
5 {
6     public $httpStatusCode = 500;
7 }
8
9 ?>