Changed
- Everytime a `DataType` is instanced, it will be added to the attatched
`DataCore`. The behaviour was that the instance would be added only by
calling `DataModel.instance_model` and `DataTemplate.instance_template`.
Also tests were changed to make sure it happens.
- All exceptions now inherit `PCDException`.
- `__init__` methods are not overwritten anymore.