[][src]Type Definition surf::Exception

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

A generic error type.