Churakovmike/laravel-db-doc-generator

View on GitHub
src/Exceptions/GeneratorException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace ChurakovMike\DbDocumentor\Exceptions;

use Exception;

/**
 * Class GeneratorException.
 * @package ChurakovMike\DbDocumentor\Exceptions
 */
class GeneratorException extends Exception
{
}