* @copyright Copyright (c) 2024 Samuel Marshall / JCH Optimize * @license GNU/GPLv3, or later. See LICENSE file * * If LICENSE file missing, see . */ namespace JchOptimize\Core\Exception; class PropertyNotFoundException extends RuntimeException implements ExceptionInterface { }