package apz.pirichat.shared;

/*
    PiriNotConnectedException

    Our custom exception; this is thrown whenever we attempt to access a method
    if our socket is not connected

*/

public class PiriNotConnectedException extends PiriException
{


}
