FriendshipAlreadyExists  
    @Produces
@Singleton
@Requires(classes = [FriendshipServiceException.FriendshipAlreadyExistsException::class, ExceptionHandler::class]  ) 
Functions
Link copied to clipboard
                  @Error(global = true, exception = FriendshipServiceException.FriendshipAlreadyExistsException::class)  
@Status(value = HttpStatus.CONFLICT)