. */ namespace SP\Infrastructure\Database; use SP\Core\Exceptions\SPException; /** * Class DatabaseException * * @package SP\Infrastructure\Database */ final class DatabaseException extends SPException { }