for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
/**
* [Siteapp] - multi-purpose frontend application
*
* Siteapp exception
* @package [Siteapp]
* @subpackage [Siteapp] core
* @author Björn Bartels <[email protected]>
* @link https://gitlab.bjoernbartels.earth/groups/themes
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @copyright copyright (c) 2016 Björn Bartels <[email protected]>
* @namespace Siteapp
* @module Siteapp.Exception
*/
class Exception extends Error {
get name () {
return "SiteappException";
}
};
export {Exception};