[Core] Split out error enum handling into a sharable trait
Review Request #71 — Created Feb. 27, 2013 and submitted
Information | |
---|---|
pprkut | |
Lunr | |
pprkut:fao | |
Reviewers | |
lunr | |
Splitting out the error enum handling into a trait makes this functionality more easily available to other classes that could potentially use it. Currently there is none, but eventually the FrontController class will use it as well.
Unit tests