DontKnowHowToCall type

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

Example

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

Direct parent types

CallFail
Represents calling failure.
Direct subtypes: 4