Searched defs:TypeAssertionError (Results 1 – 1 of 1) sorted by relevance
24 type TypeAssertionError struct { struct25 _interface *_type26 concrete *_type27 asserted *_type28 missingMethod string // one method needed by Interface, missing from Concrete31 func (*TypeAssertionError) RuntimeError() {}33 func (e *TypeAssertionError) Error() string {