Types

ImplNotFound

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

Parent types

Example

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