Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132937 views
License: OTHER
1
public class UniverseExplodeException extends RuntimeException {
2
public UniverseExplodeException() {
3
super("The universe will explode!");
4
}
5
}
6
7