Skip to content

Fix exception super#2276

Merged
dblock merged 5 commits into
ruby-grape:masterfrom
ericproulx:fix_missing_super_exception
Aug 11, 2022
Merged

Fix exception super#2276
dblock merged 5 commits into
ruby-grape:masterfrom
ericproulx:fix_missing_super_exception

Conversation

@ericproulx

Copy link
Copy Markdown
Contributor

Fix #2273

Comment thread lib/grape/exceptions/base.rb
Comment thread lib/grape/exceptions/base.rb
@dblock dblock merged commit edc6abe into ruby-grape:master Aug 11, 2022
@ericproulx ericproulx mentioned this pull request Dec 15, 2022
@status = status
@message = message
@headers = headers
super(message)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Should be two lines above :)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Does it matter? If you think it does, PR?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.

Grape:Exceptions::Base missing super?

3 participants