Searched refs:FunctionsNotAllowedException (Results 1 – 2 of 2) sorted by relevance
12 use Nyholm\Dsn\Exception\FunctionsNotAllowedException; alias61 * @throws FunctionsNotAllowedException if the DSN contains a function70 throw new FunctionsNotAllowedException($dsn);
12 class FunctionsNotAllowedException extends InvalidDsnException class