Public Instance methods
valid?(opts = OPTS)
Catch any thrown HookFailed exceptions.
[show source]
# File lib/sequel/plugins/throw_failures.rb 41 def valid?(opts = OPTS) 42 catch_hook_failures{super} || false 43 end