1: <?php declare(strict_types=1);
2:
3: namespace Salient\Utility\Exception;
4:
5: use LogicException;
6:
7: /**
8: * @api
9: */
10: class ShouldNotHappenException extends LogicException {}
11: