All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.accenture.testing.bdd.exception.NotImplementedException Maven / Gradle / Ivy

Go to download

A simple to use, easy to integrate, BDD library for API and microservices development.

The newest version!
package com.accenture.testing.bdd.exception;

public class NotImplementedException extends RuntimeException {

  public NotImplementedException(String message) {
    super(message);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy