<?php

namespace Xentral\Modules\TransferSmartyTemplate\Exception;

use RuntimeException;

class SegmentNotFoundException extends RuntimeException implements TransferTemplateExceptionInterface
{
}