master
<?php declare(strict_types = 1); namespace Fapi\FapiClient; use LogicException; /** * The exception that is thrown when a requested method or operation is not implemented. */ class NotImplementedException extends LogicException { }