Skip to content

Instantly share code, notes, and snippets.

View StefanoFrazzetto's full-sized avatar

Stefano Frazzetto StefanoFrazzetto

View GitHub Profile
class ModuleNotFoundException extends Exception {
public ModuleNotFoundException(String errorMessage) {
super(errorMessage);
}
}
/**
* Write a description of class StudentAcademicHistory here.
*
* @author (your name)