io.dangernoodle.slack.events.SlackErrorEvent Maven / Gradle / Ivy
The newest version!
package io.dangernoodle.slack.events;
import io.dangernoodle.slack.objects.SlackError;
/**
* Represents an error event
*
* @since 0.1.0
*/
public class SlackErrorEvent extends SlackEvent
{
private SlackError error;
public SlackError getError()
{
return error;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy