Commit b5343c93 authored by tufengqi's avatar tufengqi

fix error

parent 5d2eeee9
......@@ -18,7 +18,7 @@ class DefaultBaseImpl
public static function checkTable($db_name, $table_name)
{
if (!isset(TableConstant::$table_list[$db_name . TableConstant::CONNECTOR_TAG . $table_name])) {
throw new Exception('hash table is not defined');
throw new \Exception('hash table is not defined');
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment