<?php
namespace Safe\Exceptions;

class XmlException extends AbstractSafeException
{
}
