equal
deleted
inserted
replaced
83 - invalid -- raises :class:`~iro.error.ValidateException` |
83 - invalid -- raises :class:`~iro.error.ValidateException` |
84 |
84 |
85 :raises: :exc:`~iro.error.ValidateException` |
85 :raises: :exc:`~iro.error.ValidateException` |
86 ''' |
86 ''' |
87 if typ not in providers.keys(): |
87 if typ not in providers.keys(): |
88 raise ValidateException() |
88 raise ValidateException(field=field) |
89 return typ |
89 return typ |
90 |
90 |
91 providers={} |
91 providers={} |
92 """Avalable Providers. |
92 """Avalable Providers. |
93 - **key** -- typ of provider (see configuration typ field). |
93 - **key** -- typ of provider (see configuration typ field). |