mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 14:16:39 +02:00
updated for Nette 2.0 beta: exceptions
This commit is contained in:
@@ -125,7 +125,7 @@ class DibiMySqlReflector extends DibiObject implements IDibiReflector
|
||||
*/
|
||||
public function getForeignKeys($table)
|
||||
{
|
||||
throw new NotImplementedException;
|
||||
throw new DibiNotImplementedException;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user