如何处理 Sinatra 中的 Mongoid 错误?
是否可以在我的 Sinatra 应用程序中编写一个错误处理程序来处理来自 Mongoid 的错误?例如,我可以编写一个方法来处理来自 Mongoid 的 DocumentNotFound 异常吗?
Is it possible to write an error handler in my Sinatra app that will handles errors coming from Mongoid? For example, can I write a method that will handle a DocumentNotFound exception from Mongoid?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然可以!
在 Sinatra 中为 Mongoid 异常编写一个错误处理程序:
Sure you can!
Write an error handler for the Mongoid exception in Sinatra: