layout | title |
---|---|
mypost |
页面未找到 |
404
Page Not Found
// 404 Not Found - GitHub Pages
Exception e =
new HttpException("Page Not Found");
if(!page_exist){
throw e;
}
at ink.maxelblack.blog.HttpLoader.getPage(Native Method)
at ink.maxelblack.blog.BlogHandle.start(Native Method)