Function: semantic-tag-function-throws
semantic-tag-function-throws is a byte-compiled function defined in
tag.el.gz.
Signature
(semantic-tag-function-throws TAG)
Documentation
Return the exceptions the function that TAG describes can throw.
That is the value of the :throws attribute.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag.el.gz
(defsubst semantic-tag-function-throws (tag)
"Return the exceptions the function that TAG describes can throw.
That is the value of the `:throws' attribute."
(semantic-tag-get-attribute tag :throws))