Skip to content

Commit

Permalink
Remove internal flag on DriverException
Browse files Browse the repository at this point in the history
Removing @internal flag on DriverException prevents warnings while implementing ExceptionConverter for a custom driver.
  • Loading branch information
gitomato authored May 2, 2024
1 parent 4ff0398 commit d96ef17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Exception/DriverException.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
class DriverException extends \Exception implements Exception, Driver\Exception
{
/**
* @internal
*
* @param Driver\Exception $driverException The DBAL driver exception to chain.
* @param Query|null $query The SQL query that triggered the exception, if any.
*/
Expand Down

0 comments on commit d96ef17

Please sign in to comment.