summaryrefslogtreecommitdiffstats
path: root/examples/controller/except.control.php (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2018-02-08Remove old contentMalf Furious1-41/+0
2017-01-15Reorganize examples/ directoryMalf Furious1-0/+0
2016-10-22Deprecate application codeMalf Furious1-0/+0
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design.
2016-05-26Add copyright notice to Scrott controller filesMalf Furious1-0/+14
2016-02-17Add 'Except' MVC -- Used to show application exception messages to userMalf Furious1-0/+27
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.