<?php

namespace CpChart\Exception;

use Exception;

/**
 * @author Piotr Szymaszek
 */
class FactoryException extends Exception
{
}
