<?php
namespace Safe\Exceptions;

class StringsException extends AbstractSafeException
{
}
