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

Add custom error raising. #183

Merged
merged 1 commit into from
Aug 21, 2016
Merged

Add custom error raising. #183

merged 1 commit into from
Aug 21, 2016

Conversation

jync
Copy link

@jync jync commented Aug 1, 2016

Function to customise how Boom errors are raised. We needed this so we could customise the error text returned from our API server.

* Function to customise how Boom errors are raised.
@codecov-io
Copy link

Current coverage is 100% (diff: 100%)

Merging #183 into master will not change coverage

@@           master   #183   diff @@
====================================
  Files           2      2          
  Lines          74     84    +10   
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
+ Hits           74     84    +10   
  Misses          0      0          
  Partials        0      0          

Sunburst

Powered by Codecov. Last update d570a28...6fea0d8

@PizzaBrandon
Copy link

I was looking for this same functionality to customize some error responses to Forbidden

@nelsonic
Copy link
Member

@jync thank's for doing a fantastic job of implementing custom error raising! 🎉

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.

5 participants