|
|
内置异常分类
内置异常 | 解释 | 特殊说明 |
---|---|---|
BaseException | 异常的顶级根类 | |
Exception | 与应用相关的异常顶级根超类 | 用户定义的异常应该继承此类 |
ArithmeticError | 所有数值错误的超类 | Exception的子类 |
OverflowError | 识别特定数值错误的子类 |
缺失模块。
1、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
2、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: true raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true