我正在调用url_for
gem 的方法aws-s3
,它会抛出一个MissingCredentialsError < StandardError
. url_for
我怎样才能将它从被调用的类中拯救出来?我知道缺少凭据问题的解决方案,但我想知道如何处理异常。试过这个,没有运气:
begin
... code that get the error...
rescue MissingCredentialsError
a = "THIS IS AN ERROR"
end
当我运行我的测试时,它会遇到这个错误:
ActionView::Template::Error: uninitialized constant Receipt::MissingCredentialsError