You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
When verifying input in async service providers using the predefined methods (e.g. beforeUpdate) Exceptions must be thrown to stop the flow.
This is not optimal and should be revised.
Requirements
no exceptions should be used for flow control
Proposal
Refactor AsyncServiceProvider to use other methods than exceptions for flow control. E.g. the methods could return Boolean values.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem
When verifying input in async service providers using the predefined methods (e.g.
beforeUpdate
) Exceptions must be thrown to stop the flow.This is not optimal and should be revised.
Requirements
Proposal
The text was updated successfully, but these errors were encountered: