setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); } catch(PDOException $e) { echo "Project Polygon is currently undergoing maintenance. We will be back soon!"; if(isset($_GET['showError'])) echo $e->getMessage(); die(); }