lib/sequel/model/exceptions.rb in sequel-4.30.0 vs lib/sequel/model/exceptions.rb in sequel-4.31.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen-string-literal: true
+
module Sequel
# Exception class raised when +raise_on_save_failure+ is set and a before hook returns false
# or an around hook doesn't call super or yield.
class HookFailed < Error
# The Sequel::Model instance related to this error.