MethodNotFound type
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
F f(x:Int) 1F f(x:Str) 2f(true) # ... Exception of type MethodNotFound ...