summaryrefslogtreecommitdiffstats
path: root/app/model/except.mod.php (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2016-10-22Deprecate application codeMalf Furious1-30/+0
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design.
2016-05-27Add copyright notice to Scrott model filesMalf Furious1-0/+14
2016-02-17Update Except model, deflt action to consume $message for display on pageMalf Furious1-1/+2
2016-02-17Add 'Except' MVC -- Used to show application exception messages to userMalf Furious1-0/+15
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.