This commit is contained in:
Phillip Webb
2014-11-18 15:40:24 -08:00
parent a6e4744c60
commit a641f0c72a
13 changed files with 125 additions and 134 deletions

View File

@@ -42,4 +42,5 @@ public class SampleController {
public String foo() {
throw new IllegalArgumentException("Server error");
}
}