N0rthernL1ghts/polr-client

View on GitHub
src/Exception/NotImplementedException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types=1);

namespace NorthernLights\Client\Polr\Exception;

use BadFunctionCallException;

/**
 * Class NotImplementedException
 * @package NorthernLights\Client\Polr\Exception
 */
class NotImplementedException extends BadFunctionCallException
{

}