Why no ActiveRecord::Persistence.update!?

There are both ActiveRecord::Persistence.create! and ActiveRecord::Persistence.insert! which throw exceptions when a validation error occurs. However, there isn’t an equivalent update!, while there is an instance method ActiveRecord::Persitence#update!.

Is this not that? ActiveRecord::Persistence::ClassMethods