
	throw(3)		MudOS v21c2		(5 Sep 1994)

	:
		throw() - ǿһ.
	﷨:
		void throw(mixed);

		޴ֵ throw(  );
	÷:
		throw()  ǿһ.  throw()  
		catch()  һʹʱ, óʽ߿Ʒ
		ʱδʱ (runtime error) ʾִѶϢ. ʹ
		throw() ʱ, Ӧһʹ catch() ʽ. 
		Ϊ͵÷:

		string err;
		int rc;

		err = catch(rc = ob->move(dest));
		if (err) {
			throw("move.c: ob->move(dest): " + err + "\n");
			return;
		}
	ο:
		catch(3), error(3), error_handler(4)
	:
		Spock @ FF	97.Jul.25.		(printed 3/16/95)
