@@ -207,8 +207,8 @@ class LoginForm extends Model
}
}catch(\Exception $e){
$transaction->rollBack();
- $this->setError($e->getFile() . ' ' . $e->getLine() . ' ' . $e->getMessage());
- return false;
+// $this->setError($e->getFile() . ' ' . $e->getLine() . ' ' . $e->getMessage());
+ throw new Exception($e->getMessage());