<?php
namespace Xentral\Components\Pdf\Exception;
use RuntimeException;
final class ShellCommandFailedException extends RuntimeException implements PdfComponentExceptionInterface
{
}