<?php
namespace Safe\Exceptions;

class SocketsException extends AbstractSafeException
{
}
