Types

DontKnowHowToCall

Represents calling failure when it is not known how to call the given object.

Parent types

Example

{ type T }
t = T()
t()
# ... Exception of type DontKnowHowToCall ...