KYash03 / COSC360-MyDiscussion

COSC 360 (Web Dev) Group Project
0 stars 0 forks source link

Error Handling for Navigation and Data Retrieval #15

Open itsdylantan opened 6 months ago

itsdylantan commented 6 months ago

Implement comprehensive error handling for bad navigation attempts and failed data retrieval, ensuring users are provided with helpful feedback

KYash03 commented 6 months ago

i've added code to handle bad navigation attempts (basically when a user tries to access a page that doesn't exist on the server)

KYash03 commented 6 months ago

i made changes to my implementation. it's on the main branch