<?php
namespace Safe\Exceptions;

class PgsqlException extends AbstractSafeException
{
}
