File "InvalidHealthCheck.php"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/spatie/laravel-backup/src/Exceptions/InvalidHealthCheck.php
File size: 214 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Spatie\Backup\Exceptions;

use Exception;

class InvalidHealthCheck extends Exception
{
    public static function because(string $message): self
    {
        return new static($message);
    }
}