jawnae.pyronet.PyroException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telegramapi Show documentation
Show all versions of telegramapi Show documentation
Java library to create Telegram Clients
/*
* Created on 3 dec 2009
*/
package jawnae.pyronet;
public class PyroException extends RuntimeException
{
public PyroException()
{
super();
}
public PyroException(String msg)
{
super(msg);
}
public PyroException(String msg, Throwable cause)
{
super(msg, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy