Add ability to parse enum value from constant name
Add __isset method to DTO to have proper properties check on object Improve DTO class description
Add PartialUpdateDto
Add:
- InvalidEnumValueException
- Method validate in Enum class.
Add DTO class
Add:
- InvalidArgumentException
- ArgumentNullException (extends InvalidArgumentException)
Update dependencies versions
Add ServiceException
Add Enums Gender, PagingType, PaymentType
Fix namespace for Enum and RegExp
Add:
- EntityExistsException
- NotFoundException
- NotImplementedException
- PermissionsException
Add RegExp
Initial version:
- Enum
- ConfigurationException
- PagingException
- PaymentException