<?php
namespace Safe\Exceptions;

class ReadlineException extends AbstractSafeException
{
}
