mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:22:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			57 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			57 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| try {
 | |
|     throw 123;
 | |
| } catch (e) {
 | |
|     console.log(e);
 | |
| }
 | 
