Skip to content

Commit

Permalink
added errorInfo property to make Doctrine_Exception compatible with P…
Browse files Browse the repository at this point in the history
…DOException FriendsOfSymfony1#128
  • Loading branch information
connorhu committed Feb 23, 2024
1 parent dc53213 commit eb8e7c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Doctrine/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
* @author Konsta Vesterinen <[email protected]>
*/
class Doctrine_Exception extends Exception
{
{
public ?array $errorInfo = null;

/**
* @var array $_errorMessages an array of error messages
*/
Expand Down

0 comments on commit eb8e7c4

Please sign in to comment.