<?php
/**
* ua-parser
*
* Copyright (c) 2011-2012 Dave Olsen, http://dmolsen.com
*
* Released under the MIT license
*/
namespace UAParser\Exception;
use DomainException as BaseDomainException;
class DomainException extends BaseDomainException
{
}