Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
Managing errors in any application is very important, especially when it comes to database errors. We will manage this by wrapping our code that communicates with the database with a try catch block.
If you are unable to trigger an Exception by just misspelling the database name, try changing it to look in a different location.
Such as:
$db = new PDO('sqlite:/database.db');
Notice the / instead of the ./ which is a very common error.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Damjan Tropcic
332 Points1 Answer
-
yassine elfarhi
4,060 Points1 Answer
-
PLUS
Nosherwan S.
Courses Plus Student 10,707 Points1 Answer
-
Jeffrey Cunningham
5,592 Points13 Answers
-
Alberto Caleia
3,866 Points1 Answer
-
Ken Chung
17,585 Points2 Answers
-
Keith Clark
4,074 Points2 Answers
-
Sajid Latif
Full Stack JavaScript Techdegree Student 22,368 Points3 Answers
-
Samuel Sanders
6,992 Points2 Answers
-
saranyamoellers
31,831 Points5 Answers
-
Ester Eggert
6,605 Points2 Answers
-
Adam Menczykowski
2,319 Points5 Answers
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up