mirror of
https://github.com/dg/dibi.git
synced 2025-08-30 09:19:48 +02:00
added: throw new DibiException(__METHOD__ . ' is not implemented')
This commit is contained in:
@@ -170,7 +170,7 @@ class DibiPostgreDriver extends DibiDriver
|
||||
|
||||
public function getMetaData()
|
||||
{
|
||||
trigger_error('Meta is not implemented yet.', E_USER_WARNING);
|
||||
throw new DibiException(__METHOD__ . ' is not implemented');
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user