I am using a DBIx::RetryOverdisconnect module for my database operation
This module make my process exits when the wrong query has been given in "prepare() and execute()" ( lets say wrong table name ) where DBI tells the error and continue the process
When I go through the module I found that they are using Exception::Class module to generate an error using rethrow() ,it prints the error and exits the process itself
I am ready to change the RetryOverdisconnect.pm
All I want to know is how to generate an error message with out my process dies using the Exception::Class module
In reply to How to prevent Exception::Class to exit the process by abubacker
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |