*/ class FunctionsNotAllowedException extends InvalidDsnException { public function __construct(string $dsn) { parent::__construct($dsn, 'Function are not allowed in this DSN'); } }