Sha256: dca778ee740fc5b59668c312e8b8d027a601b4966105374012c7c258efa41d14
Contents?: true
Size: 1.04 KB
Versions: 215
Compression:
Stored size: 1.04 KB
Contents
/** * $Id$ * * Author:: Francis Cianfrocca (gmail: blackhedd) * Homepage:: http://rubyeventmachine.com * Date:: 15 Jul 2007 * * See EventMachine and EventMachine::Connection for documentation and * usage examples. * * *---------------------------------------------------------------------------- * * Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved. * Gmail: blackhedd * * This program is free software; you can redistribute it and/or modify * it under the terms of either: 1) the GNU General Public License * as published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version; or 2) Ruby's License. * * See the file COPYING for complete licensing information. * *--------------------------------------------------------------------------- * * */ package com.rubyeventmachine; /** * @author francis * */ public class EmReactorException extends Exception { static final long serialVersionUID = 0; public EmReactorException (String msg) { super (msg); } }
Version data entries
215 entries across 212 versions & 21 rubygems