global

def catch_error(&block)

def catch_error(&block)
  catch(:rodauth_error, &block)
end