1
我得到ActiveRecord::StatementInvalid: PG::NotNullViolation: ERROR
。任何人都可以告诉我如何拯救PG::NotNullViolation
?如何解救Ruby中的PG :: NotNullViolation错误?
begin
x.save
rescue ActiveRecord::StatementInvalid
puts "I get here"
end
但我想拯救确切的错误,我们有办法做到这一点吗?