. */ /** * Generic function to make extending shorter * * @author Austin Bischoff */ abstract class GameQ_Protocols extends GameQ_Protocols_Core { } /** * GameQ Protocol Exception * * Allows for another level of exception handling when doing loops. Makes it possible to recover and continue * when there is an exception within one of the protocol classes. * * @author Austin Bischoff */ class GameQ_ProtocolsException extends Exception {}