thephpleague / factory-muffin

Enables the rapid creation of objects for testing
https://factory-muffin.thephpleague.com/
MIT License
532 stars 72 forks source link

message-exception-passing #482

Open EvgeniyHablak opened 7 months ago

EvgeniyHablak commented 7 months ago

Providing a meaningfull error message when there is just one exception passed to DeletingFailedException. The original error message doesn't give much details about the nature of the error. Passing the original error message would help folks debugging as it helped me