![]() |
ERROR EXCEPTION while throwing an error - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: ERROR EXCEPTION while throwing an error (/showthread.php?tid=76265) |
ERROR EXCEPTION while throwing an error - harpreetsb - 04-27-2020 Hi, Was working with php-amqplib PHP Code: try PHP Code: throw new \RuntimeException($e->getMessage(), $e->getCode()); gives following error (see image) Quote:ErrorException #1 Please help |