Exception should be reorganized
Closed
Exception should be reorganized
We should avoid catching Exception directly. We should avoid throwing Exception class itself.
All FD exceptions should have a common ancestor (and then other parent by theme). All FD exceptions might be better in a common file exceptions.inc.
(from redmine: issue id 5098, created on 2016-08-25, closed on 2016-12-05)
- Relations:
- copied_to #5099
- copied_to #5294
- Changesets:
- Revision 359e3645 by Côme Chilliet on 2016-08-26T07:08:43.000Z:
Fixes #5098 Reorganized exceptions in their own file
- Revision 6fc1f1bc by Benoit MORTIER on 2016-12-31T13:21:06.000Z:
Fixes: #5098 Exception should be reorganized
Adapted to the new exception class
Signed-off-by: Benoit Mortier <benoit.mortier@opensides.be>
- Revision 57d789c4 by Benoit MORTIER on 2016-12-31T14:17:09.000Z:
Fixes: #5098 Exception should be reorganized
Adapted to the new exception class
Signed-off-by: Benoit Mortier <benoit.mortier@opensides.be>
- Revision 12616ed2 by Benoit MORTIER on 2016-12-31T15:08:25.000Z:
Fixes: #5098 Exception should be reorganized
Added ThemeFileParsingException to class_IconTheme.inc
Signed-off-by: Benoit Mortier <benoit.mortier@opensides.be>