public function __construct(\Exception $exception) { $this->exception = $exception; //$this->setTemplate(); parent::__construct(); }
public function getOutput() { Manager::$response->status = \Maestro\Services\HTTP\MStatusCode::INTERNAL_ERROR; return parent::getOuput(); }
public function __construct($object = NULL) { $this->object = $object; parent::__construct(); }