Function: org-define-error
org-define-error is a function alias for define-error, defined in
subr.el.gz.
This function is obsolete since 9.6; use define-error instead.
Signature
(org-define-error NAME MESSAGE &optional PARENT)
Documentation
Define NAME as a new error signal.
MESSAGE is a string that will be output to the echo area if such an error
is signaled without being caught by a condition-case.
PARENT is either a signal or a list of signals from which it inherits.
Defaults to error.
Aliases
org-define-error (obsolete since 9.6)