Welcome Guest, Not a member yet? Register   Sign In
Catch exeption from database insert
#6

(06-28-2024, 01:20 AM)Ñuño Martínez Wrote: It works.  Thank you.

I'm still not used to the new* Trowable hierarchy.  I still think the base class is Exception.
_________________________

* I know it's not new-new.

Throwable is more general than Exception in PHP. It has been around since PHP 7, so it is not new.

Throwable is the base interface for any object that can be thrown via a throw statement, including Error and Exception.

from https://www.php.net/manual/en/class.throwable.php
Reply


Messages In This Thread
RE: Catch exeption from database insert - by Bosborne - 06-29-2024, 08:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB