mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
12 lines
245 B
PHP
12 lines
245 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions\Service\Backup;
|
|
|
|
use Pterodactyl\Exceptions\DisplayException;
|
|
|
|
class BackupFailedException extends DisplayException
|
|
{
|
|
/**
|
|
* Exception thrown when a backup fails to complete successfully.
|
|
*/
|
|
} |