mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-14 11:48:16 +00:00
[AB-xxx] adding amongusText image generation
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package dev.sheldan.abstracto.core.exception;
|
||||
|
||||
import lombok.Builder;
|
||||
import lombok.Getter;
|
||||
|
||||
@Getter
|
||||
@Builder
|
||||
public class RequestException extends RuntimeException {
|
||||
private String errorMessage; // we just assume the body will be a plain text instead
|
||||
private Integer httpCode;
|
||||
}
|
||||
Reference in New Issue
Block a user