albertdiones / googlecode-add-mvc-framework

Automatically exported from code.google.com/p/add-mvc-framework
0 stars 3 forks source link

User Exception and Post Mode Process #131

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce the problem:
create a post_mode_process() method
throw user exception on process_mode_*()

expected output:
post_mode_process() executes

actual output:
post_mode_process does not execute

Original issue reported on code.google.com by albertdi...@gmail.com on 22 Jan 2014 at 5:09

GoogleCodeExporter commented 9 years ago
I think this is important

Original comment by albertdi...@gmail.com on 31 Jan 2014 at 3:58

GoogleCodeExporter commented 9 years ago
to solve this, pre mode process must not be ran inside the try catch or perhaps 
use another try catch, just in case another user error happens

It might also be thought that this is also desirable.

Original comment by albertdi...@gmail.com on 25 Sep 2014 at 1:46

GoogleCodeExporter commented 9 years ago
revision #1871

added comment

Original comment by albertdi...@gmail.com on 25 Sep 2014 at 1:56

GoogleCodeExporter commented 9 years ago

Original comment by albertdi...@gmail.com on 25 Sep 2014 at 1:56

GoogleCodeExporter commented 9 years ago
""""
It might also be thought that this is also desirable.
"""

Is there any instance where this is what we want? If there's error then don't 
run the post mode process

Original comment by albertdi...@gmail.com on 20 Jan 2015 at 6:46

GoogleCodeExporter commented 9 years ago

Original comment by albertdi...@gmail.com on 28 Jan 2015 at 4:51