aboutsummaryrefslogtreecommitdiff
path: root/src/Phorkie/Exception.php
blob: 03031ef6a54be4bb9b26e51e8d7354a29f017585 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Phorkie;

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

?>