NoSchemeException constructor

NoSchemeException(
  1. Object cause
)

Implementation

NoSchemeException(Object cause)
    : super(
        'Could not parse scheme from connection string',
        cause,
      );