eventio / bbq

Message Queue abstraction library for PHP
28 stars 12 forks source link

Fixing namespace of Exception class #1

Closed jaydiablo closed 8 years ago

jaydiablo commented 10 years ago

Autoloading of the exception class doesn’t work right since the namespace tells the autoloaders that it will live in Eventio/BBQ/BBQException.php but it actually lives in Eventio/BBQException.php.

Added two tests that check that the exceptions are called (the tests failed in my environment due to the exception class not being found, but passed after fixing the namespace).

Also adding composer.lock and vendor dir to gitignore.

bobey commented 9 years ago

@vmattila What is the status of this? Do you still accept PR for this project? Is it still maintained?

jaydiablo commented 8 years ago

I think this was addressed in this commit: https://github.com/eventio/bbq/commit/41885b06b72b8d7da475a858f406a4fc0ea59d90