MasoniteFramework / exceptionite

A Python Exception Library. Designed to make handling and displaying exceptions a cinch.
MIT License
124 stars 4 forks source link

Add exceptionite solution for `DriverNotFound` #36

Closed girardinsamuel closed 2 years ago

girardinsamuel commented 2 years ago

A solution is missing: Exception namespace: masoniteorm.exceptions.DriverNotFound Error message:

You must have the 'pymysql' package installed to make a connection to MySQL. Please install it using 'pip install pymysql'
image

Should we simplify exceptions messages and exceptionite solutions for it ? If we are not using exceptionite (in console), those exceptions are message are great though, so maybe we should just keep it. and just add a solution ?