10 lines
		
	
	
		
			152 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			152 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php namespace SuperClosure\Exception;
 | |
| 
 | |
| /**
 | |
|  * This is a marker exception for the SuperClosure library.
 | |
|  */
 | |
| interface SuperClosureException
 | |
| {
 | |
|     //
 | |
| }
 | 
