mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-26 19:13:14 +03:00
10 lines
129 B
PHP
10 lines
129 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions\Service\Helper;
|
|
|
|
use Exception;
|
|
|
|
class CdnVersionFetchingException extends Exception
|
|
{
|
|
}
|