Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120284 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 65999 invoked from network); 15 May 2023 14:41:25 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 May 2023 14:41:25 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id DB2801804F8 for ; Mon, 15 May 2023 07:41:22 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-vk1-f181.google.com (mail-vk1-f181.google.com [209.85.221.181]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 15 May 2023 07:41:19 -0700 (PDT) Received: by mail-vk1-f181.google.com with SMTP id 71dfb90a1353d-4538491df02so1449142e0c.2 for ; Mon, 15 May 2023 07:41:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1684161679; x=1686753679; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=3rzmNRsTmmcaiRGz/6pLUn67Rsvo2UgBZfJV0KmeqyU=; b=LCdgVz7ShXY2UyGgnGdoscIn5vvA1gMmIx9wFsimiD70iTp69NJcexkapGrmYc2FOQ 7PKfgfOZmrlad5ZS2hNmVC6KnvJ+3B25+mcydm696GSZ9BRpJmtlnzO6JF+xm75G03Yw dQGhWRkq933axv9O7uXd6AxpZqy+DEOH6cF3Qykk6kSbkMUk471+A/2Of7z8dKE5FCCW cJwPPkr8kpLn8cQFk5/FPESgNEStLTdDcTd/31qCW+zpblDfW0PDVMUiDDPbOmr+kOZp 0x6DGIEn1Xm5tKz8Ln/3FFMPSEXHiajVBZFp0sPQGEgVUGw+iMvC0wjgaQrTN7EGhZkO NKUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684161679; x=1686753679; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=3rzmNRsTmmcaiRGz/6pLUn67Rsvo2UgBZfJV0KmeqyU=; b=eBmfP3+NALVwibIbh1IutKuMv9qeGvocQhuHVextGEWln7z3ZYTzGMe1QwqUYTPLuP cNNeNOWbvZdfZDwENGBE6hh9poLXdrlka/W+zPt/6f3e1ju+6QkgoYhLQLUR06bAqttJ lT7UsWgLrUNW2PSEJ6zoexSXRcnJD0+2BO3eIwZ4U41ziUNVOoY2cO4RUpjENrFn3SBt VFxuzm3i+ahK5eSvTSe3pXC/3WP18XCmRw0nX1pJ818zs78Zvwv3BX/sRPtJbeWBt80g 6gDfIYZzMNUIoGElUiDkGoMdf7bjypEWrusbT73BIraGtVBiURj3SJFOino7PUK4lc1G OCnw== X-Gm-Message-State: AC+VfDzqfEMDmBk7jbtWHc9jYiJ4fnY/KRYjfE/WZsU7Zlx6pcfBmNX2 0kxA+GiBuaLnEi84CwSG1mW7A5NOvyRrgRnxSs763xDYipz5EDr2 X-Google-Smtp-Source: ACHHUZ7dlP4otyvXfZbAe403za4vMYN5VvrnFqCWcKhIqrN8dE7uHVfhIJWmHVO9iDY/wYD4nEW7f2WAslSLqirrohI= X-Received: by 2002:a1f:5202:0:b0:446:ecce:e4a7 with SMTP id g2-20020a1f5202000000b00446eccee4a7mr10411626vkb.9.1684161678651; Mon, 15 May 2023 07:41:18 -0700 (PDT) MIME-Version: 1.0 References: <20230509000325.76dad6a7@platypus> In-Reply-To: <20230509000325.76dad6a7@platypus> Date: Mon, 15 May 2023 17:41:02 +0300 Message-ID: To: BohwaZ Cc: PHP internals list Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [VOTE] Use exceptions by default in SQLite3 extension From: someniatko@gmail.com (someniatko) Hi! It says in the RFC: > PDO is using exceptions, like everyone else. and > Create a new exception class SQLite3Exception, which extends the Exception class The `PDOException` class is actually extending the `RuntimeException`, not just `Exception`. I am sure it is better to do this for `SQLite3Exception` as well. Regards, Illia / someniatko