Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 13cae9e9 authored by Muhammad Raihan Akbar's avatar Muhammad Raihan Akbar
Browse files

[REFACTOR] Removed Unused Status Code on Api Exception

parent 3184b9f4
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import java.io.IOException;
public class ApiException extends IOException {
public ApiException(String message, int statusCode) {
public ApiException(String message) {
super(message);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment