no-next-method

no-next-method is a compiled Lisp function in `eieio.el'.

(no-next-method &rest LOCAL-ARGS)

Called from `call-next-method' when no additional methods are available.

This is a generic function with only one primary method.

Implementations:

`eieio-default-superclass' :PRIMARY (arg1 &rest rest)
Called from `call-next-method' when no additional methods are available.
OBJECT is othe object being called on `call-next-method'.
ARGS are the arguments it is called by.
This method signals `no-next-method' by default. Override this
method to not throw an error, and its return value becomes the
return value of `call-next-method'.

(fn OBJECT &rest ARGS)

Defined in `eieio.el'