<?php

namespace Pionia\Exceptions;
/**
 * This exception is thrown when an error occurs during database connection establishment.
 */
class DatabaseException extends BaseException {}
