<?php
namespace Safe\Exceptions;

class NetworkException extends AbstractSafeException
{
}
