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

Create FixtureNotFoundException for resolver context #713

Merged
merged 1 commit into from
Apr 11, 2017

Conversation

ossinkine
Copy link
Contributor

class FixtureNotFoundException extends \UnexpectedValueException
use Nelmio\Alice\Throwable\ResolutionThrowable;

class FixtureNotFoundException extends \UnexpectedValueException implements ResolutionThrowable
Copy link
Member

@theofidry theofidry Apr 11, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would rather create a new exception for the resolver context: it's doesn't make sense otherwise

@ossinkine
Copy link
Contributor Author

@theofidry is it that what did you mean?

@ossinkine ossinkine changed the title Make FixtureNotFoundException implements RuntimeThrowable Create FixtureNotFoundException for resolver context Apr 11, 2017
@theofidry
Copy link
Member

👌

@theofidry theofidry merged commit 056f173 into nelmio:master Apr 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants