Function: cl-no-next-method
cl-no-next-method is a byte-compiled function defined in
cl-generic.el.gz.
Signature
(cl-no-next-method GENERIC METHOD &rest ARGS)
Documentation
Function called when cl-call-next-method finds no next method.
Implementations
(generic method &rest args) in `cl-generic.el'.
Undocumented
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/cl-generic.el.gz
(define-error 'cl-no-next-method "No next method" 'cl-no-method)