fix git dir creation
[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 ?>