JAL-1780 JAL-653 JAL-1892 brackets in wrong place broke ‘add to file’ for splitframe...
[jalview.git] / src / jalview / exceptions / NoFileSelectedException.java
1 package jalview.exceptions;
2
3 @SuppressWarnings("serial")
4 public class NoFileSelectedException extends JalviewException
5 {
6   public NoFileSelectedException(String msg)
7   {
8     super(msg);
9   }
10 }