exception_page:Crystal Web库和框架的特殊例外页面

时间:2024-05-20 13:40:38
【文件属性】:

文件名称:exception_page:Crystal Web库和框架的特殊例外页面

文件大小:15KB

文件格式:ZIP

更新时间:2024-05-20 13:40:38

HTML

例外页面 一个用于显示特殊异常页面的库,以便于调试。 安装 将此添加到应用程序的shard.yml : dependencies : exception_page : github : crystal-loot/exception_page 用法 需要分片: require " exception_page " 创建一个例外页面: class MyApp::ExceptionPage < ExceptionPage def styles : Styles ExceptionPage :: Styles .new( accent: " purple " , # Choose the HTML color value. Can be hex ) end end 发生异常时呈现HTML: class MyErrorHandler


【文件预览】:
exception_page-master
----.gitignore(149B)
----README.md(3KB)
----.github()
--------workflows()
----shard.yml(432B)
----LICENSE(1KB)
----src()
--------exception_page.cr(2KB)
--------exception_page()
----spec()
--------support()
--------frame_spec.cr(907B)
--------spec_helper.cr(511B)
--------exception_page_spec.cr(864B)
----.editorconfig(150B)

网友评论