mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-21 16:05:03 +00:00
11 lines
167 B
Java
11 lines
167 B
Java
![]() |
package com.earth2me.essentials.storage;
|
||
|
|
||
|
|
||
|
public class ObjectLoadException extends Exception
|
||
|
{
|
||
|
public ObjectLoadException(Throwable thrwbl)
|
||
|
{
|
||
|
super(thrwbl);
|
||
|
}
|
||
|
}
|