<?php
namespace Safe\Exceptions;

class PosixException extends AbstractSafeException
{
}
