We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9105f commit bef7351Copy full SHA for bef7351
src/kemal/helpers/exceptions.cr
@@ -16,8 +16,6 @@ module Kemal::Exceptions
16
def initialize(context : HTTP::Server::Context, message : String = "")
17
@context = context
18
@message = message
19
-
20
- super "Rendered error with #{context.response.status_code}"
21
end
22
23
0 commit comments