致命错误:未捕获的异常'异常'

I get this error:

Fatal error: Uncaught exception 'Exception' in /home/u569177978/public_html/app_data/mysqldao.php:68 Stack trace: #0 /home/u569177978/public_html/app_data/userRegister.php(36): MySQLDao->registerUser('wesdfed', 'wefrd') #1 {main} thrown in /home/u569177978/public_html/app_data/mysqldao.php on line 68

from the following script: http://pastebin.com/QYYQMTEV

Yes, I have looked up this problem and none of those solutions have worked for me. Please help.

Mysqli::prepare() returns false if the provided SQL is invalid. I would double-check your SQL.