Package miopia :: Package util :: Package exceptions :: Module UnknownSOException
[hide private]
[frames] | no frames]

Source Code for Module miopia.util.exceptions.UnknownSOException

 1  ''' 
 2  Created on 02/07/2012 
 3   
 4  @author: david.vilares 
 5  ''' 
 6   
7 -class UnknownSOException(Exception):
8 ''' 9 classdocs 10 ''' 11 12
13 - def __init__(self,value):
14 ''' 15 Constructor 16 ''' 17 self.value = value
18