<?php

/**
 * SchemaModelException class.
 *
 * @since 0.1.0
 *
 * @package \TEC\Common\StellarWP\SchemaModels\Exceptions;
 */
declare (strict_types=1);
namespace TEC\Common\StellarWP\SchemaModels\Exceptions;

use Exception;
/**
 * SchemaModelException class.
 *
 * @since 0.1.0
 *
 * @package \TEC\Common\StellarWP\SchemaModels\Exceptions;
 */
class SchemaModelException extends Exception
{
}