<?php
namespace Safe\Exceptions;

class StreamException extends AbstractSafeException
{
}
