<?php

/**
 * Shepherd's task exception.
 *
 * @since 0.0.1
 *
 * @package \TEC\Common\StellarWP\Shepherd\Exceptions;
 */
declare (strict_types=1);
namespace TEC\Common\StellarWP\Shepherd\Exceptions;

use Exception;
// phpcs:disable StellarWP.Classes.ValidClassName.NotSnakeCase
/**
 * Shepherd's task exception.
 *
 * @since 0.0.1
 *
 * @package \TEC\Common\StellarWP\Shepherd\Exceptions;
 */
class ShepherdTaskException extends Exception
{
}