Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
What's new
2
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Projects
Groups
Snippets
Sign up now
Login
Sign in / Register
Toggle navigation
Menu
Open sidebar
tanna.dev
jvt.me
Commits
2a7ad9b8
Commit
2a7ad9b8
authored
Mar 04, 2022
by
Jamie Tanna
Browse files
fixup! Blogument exception types for WebFlux
parent
6f551978
Pipeline
#484837742
passed with stages
in 6 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
content/posts/2022-03-04-spring-webflux-exceptions.md
View file @
2a7ad9b8
...
...
@@ -27,9 +27,9 @@ import org.springframework.http.HttpStatus;
import
org.springframework.web.reactive.function.client.WebClient
;
import
reactor.core.publisher.Mono
;
class
E
{
class
E
xample
{
@Test
void
exampl
()
{
void
exampl
e
()
{
assertThatThrownBy
(
this
::
process
).
isInstanceOf
(
BusinessLogicException
.
class
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment