mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-14 16:33:33 +00:00
11 lines
170 B
Java
11 lines
170 B
Java
|
package com.sk89q.worldedit;
|
||
|
|
||
|
/**
|
||
|
*
|
||
|
* Thrown when a maximum radius for a brush is reached.
|
||
|
*
|
||
|
*/
|
||
|
public class MaxBrushRadiusException extends MaxRadiusException {
|
||
|
|
||
|
}
|