![]() |
(06-28-2024, 01:20 AM)Ñuño Martínez Wrote: It works. Thank you. 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 |
Messages In This Thread |
Catch exeption from database insert - by Ñuño Martínez - 06-27-2024, 03:36 AM
RE: Catch exeption from database insert - by ozornick - 06-27-2024, 03:44 AM
RE: Catch exeption from database insert - by Ñuño Martínez - 06-28-2024, 01:20 AM
RE: Catch exeption from database insert - by Bosborne - 06-29-2024, 08:09 AM
RE: Catch exeption from database insert - by kenjis - 06-28-2024, 02:16 AM
RE: Catch exeption from database insert - by Ñuño Martínez - 06-28-2024, 02:21 AM
RE: Catch exeption from database insert - by kenjis - 06-29-2024, 04:27 PM
RE: Catch exeption from database insert - by Ñuño Martínez - 07-09-2024, 08:14 AM
RE: Catch exeption from database insert - by InsiteFX - 07-09-2024, 09:58 PM
RE: Catch exeption from database insert - by Ñuño Martínez - 07-15-2024, 10:34 AM
RE: Catch exeption from database insert - by sunchaser - 08-20-2024, 08:40 AM
|