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