source: Prototype Application/Paw5/src/main/java/finki/paw5/model/exceptions/NonExistingArgumentsException.java@ f0232fb

main
Last change on this file since f0232fb was f0232fb, checked in by trajchevaM <118018439+trajchevaM@…>, 17 months ago

login and home

  • Property mode set to 100644
File size: 208 bytes
Line 
1package finki.paw5.model.exceptions;
2
3public class NonExistingArgumentsException extends Exception{
4 public NonExistingArgumentsException() {
5 super("There are empty fields for arguments");
6 }
7}
Note: See TracBrowser for help on using the repository browser.