public function __construct($content = '')
 {
     parent::__construct('throws', $content);
 }
 public function __construct($content = '')
 {
     parent::__construct('return', $content);
 }