Registry /
testing / granam-exceptions-hierarchy
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
ExceptionsHierarchyTest
✓ use Granam\ExceptionsHierarchy\ExceptionsHierarchyTest;
Test that your exception hierarchy follows the expected structure.
use Granam\ExceptionsHierarchy\ExceptionsHierarchyTest;
class MyExceptionsHierarchyTest extends ExceptionsHierarchyTest
{
protected function getExceptionRootNamespace(): string
{
return 'MyApp\\Exceptions';
}
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.