<?php

namespace Xentral\Modules\Report\Exception;

use RuntimeException as SplRuntimeException;

class ReportSqlQueryException extends SplRuntimeException implements ReportExceptionInterface
{
}