<?php

namespace Doctrine\Common;

/**
 * Base exception class for package Doctrine\Common
 * @author heinrich
 *
 */
class CommonException extends \Exception {
}