-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from bcgov/feature/VDYP-400-grow-qmd+lh
Feature/vdyp 400 grow qmd+lh
- Loading branch information
Showing
209 changed files
with
12,583 additions
and
8,674 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
...ommon/src/main/java/ca/bc/gov/nrs/vdyp/application/InitializationIncompleteException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package ca.bc.gov.nrs.vdyp.application; | ||
|
||
public class InitializationIncompleteException extends RuntimeException { | ||
|
||
private static final long serialVersionUID = -4549468703592060502L; | ||
|
||
public InitializationIncompleteException(String reason) { | ||
super(reason); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.