Перенос.
This commit is contained in:
7
src/Visual_DVM_2021/Passes/PassException.java
Normal file
7
src/Visual_DVM_2021/Passes/PassException.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package Visual_DVM_2021.Passes;
|
||||
public class PassException extends Exception {
|
||||
//штатное исключение
|
||||
public PassException(String text) {
|
||||
super(text);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user