PythonDataScience24 / AirBnB-DataScienceProject

GNU General Public License v3.0
2 stars 0 forks source link

Add try-catch-blocks and create exceptions.md #24

Closed TheRBen12 closed 3 months ago

TheRBen12 commented 4 months ago

As exceptions should be handled, try-catch-blocks need to be implemented.

ideas which class and in which function? --> availability class, e.g. where could there be a type error try xyz_function (e.g. hand over of wrong data type) catch exception

Acceptance criteria