andela / pibbble

Dribbble Clone for Programmers
https://pibbble-staging.herokuapp.com/
13 stars 3 forks source link

When i put a username that doesn't exist, it throws this exception to the user. #185

Closed unicodeveloper closed 8 years ago

unicodeveloper commented 8 years ago

This exception should be caught and it should present the 404 page to the users of the application

screen shot 2015-12-07 at 3 47 18 pm

An example is how twitter handles this kind of situation.

screen shot 2015-12-07 at 3 51 21 pm

We already have a 404 page, so you could use that.