kitsunet/Flowpack.SimpleSearch.ContentRepositoryAdaptor

View on GitHub
Classes/NotImplementedException.php

Summary

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

namespace Flowpack\SimpleSearch\ContentRepositoryAdaptor;

class NotImplementedException extends \Exception
{
}