jamesmh / coravel

Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!
https://docs.coravel.net/Installation/
MIT License
3.63k stars 243 forks source link

Create a custom exception for invalid driver error | close #348 #347

Closed RaulShinaede closed 4 months ago

RaulShinaede commented 8 months ago

Thank you for your contribution! Before submitting this PR, please consider:

jamesmh commented 8 months ago

Thanks! Could you add at least a couple of tests against the AddMailer method?

  1. Passing test against one of the valid drivers
  2. Test again a missing driver and validation the proper exception is thrown

👌