forked from mirrors/gecko-dev
		
	 d488497c51
			
		
	
	
		d488497c51
		
	
	
	
	
		
			
			MozReview-Commit-ID: AypoGVccNU9 --HG-- extra : rebase_source : 4adfd4a3c7ba1be93bdeaada50d9bea0cd71658b
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			68 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			68 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include "ExceptionThrower.h"
 | |
| 
 | |
| void ThrowException()
 | |
| {
 | |
|   throw 1;
 | |
| }
 |