<?php
namespace Safe\Exceptions;

class ShmopException extends AbstractSafeException
{
}
