13 lines
		
	
	
		
			193 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			193 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
|     /**
 | |
|      * @author Gasper Kozak
 | |
|      * @copyright 2007-2011
 | |
|      **/
 | |
| 
 | |
|     /**
 | |
|      * Base Exception class.
 | |
|      **/
 | |
|     class WideImage_Exception extends RuntimeException
 | |
|     {
 | |
|     }
 | 
