Closed fre2mansur closed 2 years ago
First, upgrade to the latest version. https://github.com/codeigniter4/CodeIgniter4/releases
Please ask your support questions in the forums. Thanks! https://forum.codeigniter.com/forum-30.html
If you are not sure whether you are using something correctly or if you have found a bug, again - please ask on the forums first. https://github.com/codeigniter4/CodeIgniter4/blob/develop/contributing/bug_report.md#support
PHP Version
7.3
CodeIgniter4 Version
4.1.9
CodeIgniter4 Installation Method
Composer (using
codeigniter4/appstarter
)Which operating systems have you tested for this bug?
Windows
Which server did you use?
apache
Database
mysql
What happened?
I was trying to test the custom DB connections, I want to handle the invalid DB connection but it's throwing me the below message.
Steps to Reproduce
My Connection Model
Expected Output
To handle the error on catch mode
Anything else?
I'm not sure if is this bug or if am i missing something.