Handled creates a handled error in the implicit domain (see PackageDomain() below) of its caller. See the documentation of `barriers.Handled()` for details.
(err error)
| 95 | // |
| 96 | // See the documentation of `barriers.Handled()` for details. |
| 97 | func Handled(err error) error { |
| 98 | return HandledInDomain(err, PackageDomainAtDepth(1)) |
| 99 | } |
| 100 | |
| 101 | // Handledf with format and args can be implemented similarly. |
| 102 |
searching dependent graphs…