master
<?php declare(strict_types=1); namespace Phan\Exception; /** * Thrown to indicate that an invalid FQSEN was used where a valid FQSEN was expected. */ class InvalidFQSENException extends FQSENException { }