<?php
namespace Safe\Exceptions;

class ApacheException extends AbstractSafeException
{
}
