<?php
namespace Safe\Exceptions;

class CubridException extends AbstractSafeException
{
}
