Class NotActuallyItemsAdderException

All Implemented Interfaces:
Serializable

public class NotActuallyItemsAdderException extends UnsupportedOperationException
The NotActuallyItemsAdderException is thrown whenever someone seems to invoke an API method without actually having ItemsAdder installed.

Remember, this is just a "mock", not the actual ItemsAdder project.

Author:
TheBusyBiscuit
See Also:
  • Constructor Details

    • NotActuallyItemsAdderException

      public NotActuallyItemsAdderException()
      This creates a new NotActuallyItemsAdderException. Use the actual Plugin to test your features, not this.