mailgun-php/.gitignore
Iain Cambridge 502fac0b37 Fix fatal error in not finding exception.
Tried to throw MissingRequiredMIMEParameters which didn't exist in current namespace or added via use. Connection exceptions was included by MissingRequiredMIMEParameters is in messages exceptions so changed the added exception name to messages.

Exception message constant didn't exist. So added it.
2014-05-13 14:54:10 +01:00

11 lines
119 B
Plaintext

.DS_Store
vendor
composer.phar
smoketest.php
rackspace_logo.jpg
mailgun_icon.png
build
composer.lock
nbproject/*
.idea