src/Phan/Exception/EmptyFQSENException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Phan\Exception;

/**
 * Thrown to indicate that an empty FQSEN was used where a valid FQSEN was expected.
 */
class EmptyFQSENException extends FQSENException
{
}