Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception TooMuchMatches extends wrong Class #478

Closed
tfink opened this issue Jul 2, 2014 · 2 comments
Closed

Exception TooMuchMatches extends wrong Class #478

tfink opened this issue Jul 2, 2014 · 2 comments

Comments

@tfink
Copy link

tfink commented Jul 2, 2014

namespace Sabre\DAV\Exception;
IS
class TooMuchMatches extends DAV\Forbidden {
MUST
class TooMuchMatches extends Forbidden {

@evert
Copy link
Member

evert commented Jul 2, 2014

ouch.. also this should be TooManyMatches instead O_o

@evert evert added the bug label Jul 2, 2014
@evert
Copy link
Member

evert commented Jul 2, 2014

Since this never worked, I will also change the class name.

@evert evert added core and removed component-Core labels Jul 2, 2014
@evert evert closed this as completed in 176a045 Jul 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants