1<?php declare(strict_types = 1); 2 3namespace Contributte\Logging\Exceptions\Logical; 4 5use Contributte\Logging\Exceptions\LogicalException; 6 7final class InvalidStateException extends LogicalException 8{ 9 10}