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