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