* @license PHP License * @package WB * @subpackage base */ /** * exception: Never * * An excpetion of the kinde "This may never happen". As in: "reached * a line of coded, that was not meant to be be reached" * * @version 0.1.0 * @package WB * @subpackage base */ class WBException_Never extends WBException { } ?>