
SkinnyMVC is a light-weight, easy to learn, "skinny" development framework for PHP that enables the developer to implement the MVC architectural pattern, while maintaining maximum flexibility and performance of the application.
class SkinnyException extends Exception
SkinnyExceptions is the base Exception class for your project. Extend all custom Exceptions from this class.
All methods of this class are inherited from the standard PHP Exception.