# Copyright (C) 2005 Network Applied Communication Laboratory Co., Ltd. # # This file is part of Rast. # See the file COPYING for redistribution information. # class ExceptionInitialize SUPPORTED_VERSION = 1 MIME_TYPE = "unknown/x-rast-test-exception-initialize" def initialize raise Exception, "test error" end end