mirror of
https://github.com/dg/dibi.git
synced 2025-08-12 00:54:11 +02:00
optimizations
This commit is contained in:
@@ -419,15 +419,4 @@ class DibiConnection extends NObject
|
||||
throw new DibiException('You cannot serialize or unserialize '.__CLASS__.' instances');
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Returns last error
|
||||
* @deprecated
|
||||
*/
|
||||
public function errorInfo()
|
||||
{
|
||||
throw new BadMethodCallException(__METHOD__ . ' has been deprecated');
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user