Package org.example.crmedu.domain.exception


package org.example.crmedu.domain.exception
This package contains all exceptions that may arise in the business logic of the application.

The EntityExistsException class represents an error that occurs when an entity with the given field(s) already exists in the system. The EntityNotFoundException class represents an error that occurs when an entity with the given ID does not exist in the system. The TutorScheduleOverlapsException class represents an error that occurs when a user tries to add or update a schedule that overlaps with an existing one.