package _11.asktpk.artisanconnectbackend.customExceptions; public class ClientAlreadyExistsException extends Exception { public ClientAlreadyExistsException(String message) { super(message); } }