updated-packages
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
|
||||
namespace Doctrine\DBAL\Exception;
|
||||
|
||||
use Doctrine\DBAL\DBALException;
|
||||
use Doctrine\DBAL\Exception;
|
||||
|
||||
/**
|
||||
* Exception to be thrown when invalid arguments are passed to any DBAL API
|
||||
*
|
||||
* @psalm-immutable
|
||||
*/
|
||||
class InvalidArgumentException extends DBALException
|
||||
class InvalidArgumentException extends Exception
|
||||
{
|
||||
/**
|
||||
* @return self
|
||||
|
Reference in New Issue
Block a user