developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 13 years ago
Closed 13 years ago
#467 closed enhancement (fixed)
error handler and exception handler should share the same code
Reported by: | laurentj | Owned by: | laurentj |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.1 beta 1 |
Component: | jelix:core | Version: | 1.0.2 |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | ||
Hosting Provider: | Php version: |
Description
The two function which handle errors and exceptions are nearly the same. Some code of this functions should move in a single function (jCoordinator::handleError() ?), so it will avoid to have duplicated code.
Change History (2)
comment:1 Changed 13 years ago by laurentj
- Status changed from new to assigned
- Type changed from bug to enhancement
comment:2 Changed 13 years ago by laurentj
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
done. There is a new method, jCoordinator::handleError, which replace addErrorMsg (which is now protected).
svn 777