Skip to content

Commit

Permalink
Update Sources/OpenAPIRuntime/Interface/ErrorHandlingMiddleware.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Honza Dvorsky <[email protected]>
  • Loading branch information
gayathrisairam and czechboy0 authored Nov 11, 2024
1 parent 1bca0a1 commit 00a6a2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import HTTPTypes
/// Inclusion of ``ErrorHandlingMiddleware`` should be accompanied by conforming errors to the ``HTTPResponseConvertible`` protocol.
/// Errors not conforming to ``HTTPResponseConvertible`` are converted to a response with the 500 status code.
///
/// Example usage
/// ## Example usage
/// 1. Create an error type that conforms to HTTPResponseConvertible protocol:
///
/// ```swift
Expand Down

0 comments on commit 00a6a2a

Please sign in to comment.