1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||
|
|
||||
|
package exception; |
||||
|
|
||||
|
public class CrawlerException extends Exception { |
||||
|
public CrawlerException(String message) { |
||||
|
super(message); |
||||
|
} |
||||
|
} |
||||
|
|
||||
Loading…
Reference in new issue