<?php

namespace Xentral\Components\Database\Exception;

class TransactionException extends \RuntimeException implements DatabaseExceptionInterface
{
}