<?php
namespace Safe\Exceptions;

class FilesystemException extends AbstractSafeException
{
}
