Remove extra argument from exception
This commit is contained in:
parent
091484785f
commit
84d5bd492b
@ -254,7 +254,7 @@ class Query_Builder {
|
||||
}
|
||||
catch(Exception $e)
|
||||
{
|
||||
throw new BadConnectionException('Connection failed, invalid arguments', 2, $e);
|
||||
throw new BadConnectionException('Connection failed, invalid arguments', 2);
|
||||
}
|
||||
|
||||
// Set the connection name property, if applicable
|
||||
|
Loading…
Reference in New Issue
Block a user