Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some missing @throws annotations and fix thrown exceptions #4160

Merged
merged 10 commits into from
Jul 10, 2020

Commits on Jul 10, 2020

  1. Configuration menu
    Copy the full SHA
    dbfd107 View commit details
    Browse the repository at this point in the history
  2. Replace @throws ConnectionException with @throws DBALException for tr…

    …ansactions
    
    Not only a connection exception is possible (e.g. it may be a connection failure or a failure to detect the platform).
    morozov committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    2494d9b View commit details
    Browse the repository at this point in the history
  3. Add missing @throws DBALException

    morozov committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    2efcbe2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55475c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7da6c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93e6151 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15bec73 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9f05fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee4033d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    06a8fac View commit details
    Browse the repository at this point in the history