<?php
namespace Safe\Exceptions;

class DirException extends AbstractSafeException
{
}
