<?php
/*
* Copyright 2011 Piotr Åliwa <hide@address.com>
*
* License information is in LICENSE file
*/
namespace PHPPdf\Parser\Exception;
/**
* @author Piotr Åliwa <hide@address.com>
*/
class DuplicatedIdException extends ParseException
{
}