<?php
namespace Safe\Exceptions;

class SessionException extends AbstractSafeException
{
}
