1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-12 00:54:11 +02:00

optimizations

This commit is contained in:
David Grudl
2007-11-23 23:50:57 +00:00
parent 7c6947a019
commit c8fedf7692
5 changed files with 4 additions and 56 deletions

View File

@@ -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');
}
}