public static function getInstance() { if (!self::$sInstance) { self::$sInstance = new Errors(); } return self::$sInstance; }