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

Implemented std::error::Error for jwt::errors::Error #8

Merged
merged 1 commit into from
Feb 29, 2016

Conversation

jonfk
Copy link
Contributor

@jonfk jonfk commented Feb 28, 2016

Hi,
I am using your library for a project and was trying to implement error handling with my own custom error type and implementing From on your error and discovered that jwt::errors::Error doesn't implement std::error::Error so I decided to implement it.

Let me know if this causes a problem.

@Keats
Copy link
Owner

Keats commented Feb 29, 2016

hey that looks ok, thanks!

Keats added a commit that referenced this pull request Feb 29, 2016
Implemented std::error::Error for jwt::errors::Error
@Keats Keats merged commit 22f89dd into Keats:master Feb 29, 2016
@Keats
Copy link
Owner

Keats commented Feb 29, 2016

It's released in 1.1.0!

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