summaryrefslogtreecommitdiff
path: root/src/phorkie/Exception.php
blob: e553830c17c6e9702da24a38f7707102f280e3d6 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace phorkie;

class Exception extends \Exception
{
    public $httpStatusCode = 500;
}

?>