Skip to content

Instantly share code, notes, and snippets.

@milaptank
Created March 6, 2018 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milaptank/c9b718dfa602579dd7d3b4e04b37c816 to your computer and use it in GitHub Desktop.
Save milaptank/c9b718dfa602579dd7d3b4e04b37c816 to your computer and use it in GitHub Desktop.
package com.core.storage;
public class DbException extends Exception {
public DbException(String message) {
super(message);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment