<?php
namespace Safe\Exceptions;

class FilterException extends AbstractSafeException
{
}
