<?php

namespace Xentral\Components\Database\Exception;

class BindParameterException extends \RuntimeException implements DatabaseExceptionInterface
{
}