[go: up one dir, main page]

[][src]Type Definition surf::Exception

type Exception = Box<dyn Error + Send + Sync + 'static>;

A generic error type.