Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Use library-specific exception interface and extend SPL exceptions #156

Closed
jmikola opened this issue Feb 14, 2014 · 0 comments
Closed

Use library-specific exception interface and extend SPL exceptions #156

jmikola opened this issue Feb 14, 2014 · 0 comments
Assignees

Comments

@jmikola
Copy link
Member

jmikola commented Feb 14, 2014

Create Doctrine MongoDB exception classes that extend SPL exceptions and implement a library interface.

namespace Doctrine\MongoDB\Exception;

class InvalidArgumentException extends \InvalidArgumentException implements BaseExceptionInterface
{
}
@jmikola jmikola added this to the 1.2.0 milestone Feb 14, 2014
@jmikola jmikola self-assigned this Feb 14, 2014
@jmikola jmikola modified the milestones: 1.3.0, 1.2.0 Aug 14, 2015
@alcaeus alcaeus removed this from the 1.3.0 milestone Mar 19, 2016
@alcaeus alcaeus closed this as completed Nov 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants