Searched refs:SyntaxException (Results 1 – 2 of 2) sorted by relevance
13 use Nyholm\Dsn\Exception\SyntaxException; alias31 * @throws SyntaxException47 …throw new SyntaxException($dsn, 'dsn' === $functionName ? 'The DSN is empty' : 'A function must ha…62 * @throws SyntaxException111 * @throws SyntaxException117 … throw new SyntaxException($dsn, 'A DSN must contain a scheme [a-zA-Z0-9\+-\.]+ and a colon.');132 …throw new SyntaxException($dsn, 'The provided DSN is not valid. Maybe you need to url-encode the u…160 * @throws SyntaxException166 throw new SyntaxException($dsn, 'The provided DSN is not valid.');
12 class SyntaxException extends InvalidDsnException class