Laravel Hetzner Storagebox

PHP MIT

Production-ready Laravel package for integrating Hetzner Storage Box into Laravel applications using the native Storage facade and filesystem API.

Stars
19
Forks
0
Downloads
2,357
Open Issues
0
Files main

Repository Files

Loading file structure...
src/Exceptions/HetznerException.php
<?php

namespace GhostCompiler\Hetzner\StorageBox\Exceptions;

use Exception;

class HetznerException extends Exception
{
    // Base exception for all Hetzner Storage Box SDK errors
}