repo.or.cz
/
puzzles.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'development'
[puzzles.git]
/
src
/
com
/
github
/
puzzles
/
core
/
InvalidPuzzleSizeException.java
blob
04340e9270485714ed4ac5c9d8bfde6ed2cc76a8
1
package
com
.
github
.
puzzles
.
core
;
2
3
public class
InvalidPuzzleSizeException
extends
RuntimeException
{
4
5
/**
6
*
7
*/
8
private static final long
serialVersionUID
= -
6404963499585790729L
;
9
10
}