libp2p/errors

Search:
Group by:
Source   Edit  

Types

LPError = object of CatchableError
Source   Edit  

Procs

func toException(e: cstring): ref LPError {....raises: [], tags: [], forbids: [].}
Source   Edit  
func toException(e: string): ref LPError {....raises: [], tags: [], forbids: [].}
Source   Edit  

Macros

macro checkFutures[F](futs: seq[F]; exclude: untyped = []): untyped
Source   Edit