3
* Spring Signage Ltd - http://www.springsignage.com
4
* Copyright (C) 2016 Spring Signage Ltd
9
namespace Xibo\Exception;
13
* @package Xibo\Exception
15
class XiboException extends \Exception
17
public $httpStatusCode = 400;
18
public $handledException = false;
23
public function handledException()
25
return $this->handledException;
b'\\ No newline at end of file'