@@ -0,0 +1,8 @@
|
||||
package com.cloudhandson.vpdbackoffice.web;
|
||||
|
||||
public record RuntimeErrorMessage(
|
||||
String title,
|
||||
String message,
|
||||
boolean showSupportCommand
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user