src/Phan/Exception/UnanalyzableException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Phan\Exception;

/**
 * Thrown when Phan unexpectedly fails to analyze a given Node and cannot proceed.
 */
class UnanalyzableException extends NodeException
{
}