* @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @link https://git.timshomepage.net/aviat/Query * @version 3.0.0 */ namespace Query\Exception; use BadMethodCallException; /** * Exception for non-implemented method */ class NotImplementedException extends BadMethodCallException{ }