MethodNotFound type

Represents calling failure when arguments do not match any method implementation.

Example

F f(x:Int) 1F f(x:Str) 2f(true)
# ... Exception of type MethodNotFound ...

Direct parent types

CallFail
Represents calling failure.
Direct subtypes: 4