20 lines
533 B
Plaintext
20 lines
533 B
Plaintext
Errors that may be encountered
|
|
==================================
|
|
|
|
Three builtins exceptions are used :
|
|
-----------------------------------------
|
|
|
|
- **ValueError** : Validation error, parameters error, a list instead
|
|
of a Multi, or if the value does not make sense
|
|
|
|
- **TypeError** : type error in a parameter
|
|
|
|
- **AttributeError** : wrong path or unknownd option or optiondescription
|
|
|
|
And five user-defined exceptions :
|
|
-----------------------------------
|
|
|
|
.. automodule:: tiramisu.error
|
|
:members:
|
|
|