mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
11 lines
306 B
Java
11 lines
306 B
Java
package com.l2jserver.service.game.spawn;
|
|
|
|
|
|
/**
|
|
* Exception thrown when trying to unspawn an object that is not spawned
|
|
*
|
|
* @author <a href="http://www.rogiel.com">Rogiel</a>
|
|
*/
|
|
public class NotSpawnedServiceException extends SpawnServiceException {
|
|
private static final long serialVersionUID = 1L;
|
|
} |