package com.moral.common.exception; public class WebAuthException extends RuntimeException { public WebAuthException() { super(); } public WebAuthException(String message) { super(message); } }