summaryrefslogtreecommitdiffstats
path: root/app/view/except/default.view.php (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2016-10-22Deprecate application codeMalf Furious1-47/+0
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design.
2016-06-10Add 'go home' button to exception pageMalf Furious1-4/+8
2016-05-29Add copyright notice to application view filesMalf Furious1-0/+14
2016-02-20Finish initial exception reporting pageMalf Furious1-1/+6
2016-02-17Add 'Except' MVC -- Used to show application exception messages to userMalf Furious1-0/+24
This MVC should be triggered by the root controller if normal routines throw an exception and should pass the exception message to the Except controller.