Skip to content

Instantly share code, notes, and snippets.

@dhaniksahni
Created December 17, 2019 16:44
Show Gist options
  • Save dhaniksahni/9928c347278a2d21b7910dcbe6f60347 to your computer and use it in GitHub Desktop.
Save dhaniksahni/9928c347278a2d21b7910dcbe6f60347 to your computer and use it in GitHub Desktop.
/******************************************************************************
* Author: Dhanik Lal Sahni
* Date: Oct 8, 2019
* Descpription: Base Exception for throwing error in code.
*/
public class BaseException extends Exception {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment