<?php
namespace Safe\Exceptions;

class PasswordException extends AbstractSafeException
{
}
