Class SystemError

java.lang.Object
org.example.crmedu.application.dto.error.SystemError

public class SystemError extends Object
Represents an error response containing the message and stack trace of an exception. This class is used to standardize error handling across the application.
  • Constructor Details

    • SystemError

      public SystemError()