reliqarts/laravel-docweaver

View on GitHub
src/Exception/BadImplementationException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace ReliqArts\Docweaver\Exception;

/**
 * {@inheritdoc}
 */
final class BadImplementationException extends Exception
{
}