Welcome Guest, Not a member yet? Register   Sign In
Does log_message() log the line number?
#6

The CI_Exceptions class is called by the function which CI registers as the exception-handler to log and (if enabled) display the exception. Since it is registered with PHP's native exception-handling mechanism, CI's exception-handler expects any exception thrown by your application to use (or extend) the native PHP Exception class.

So, CI_Exceptions is not an Exception (or an extension of Exception), it is simply a collection of methods which handle errors and exceptions, and a property which defines the error/warning levels used by CI.
Reply


Messages In This Thread
RE: Does log_message() log the line number? - by mwhitney - 06-16-2015, 07:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB