Class | Sequel::HookFailed |
In: |
lib/sequel/model/exceptions.rb
|
Parent: | Error |
Exception class raised when raise_on_save_failure is set and an action is canceled in a hook. or an around hook doesn‘t yield.
model | [R] | The Sequel::Model instance related to this error. |