<?php

declare(strict_types=1);
namespace AIO\Data;

class InvalidSettingConfigurationException extends \Exception {}
