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