Merge changes from branch 'countrylist-module'
+ Fixed syntax error
This commit is contained in:
@@ -329,3 +329,16 @@ missing!" )
|
|||||||
else:
|
else:
|
||||||
raise CountryListEntryError( "Template Parameter 'Interpret' is \
|
raise CountryListEntryError( "Template Parameter 'Interpret' is \
|
||||||
missing!" )
|
missing!" )
|
||||||
|
|
||||||
|
|
||||||
|
class CountryListError( Exception ):
|
||||||
|
"""
|
||||||
|
Handles errors occuring in class CountryList
|
||||||
|
"""
|
||||||
|
pass
|
||||||
|
|
||||||
|
class CountryListEntryError( CountryListError ):
|
||||||
|
"""
|
||||||
|
Handles errors occuring in class CountryList related to entrys
|
||||||
|
"""
|
||||||
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user