<?php
namespace Xentral\Components\ScanbotApi\Exception;
use RuntimeException as splRuntimeException;
class RuntimeException extends splRuntimeException implements ScanbotApiExceptionInterface
{
}