<?php

declare(strict_types=1);

namespace Brick\Geo\Exception;

/**
 * Exception thrown when an unexpected error occurs in the SQLite3 driver when queried from the SQLite3 engine.
 */
class SQLite3Exception extends \RuntimeException
{
}
