mirror of
https://github.com/pterodactyl/panel.git
synced 2026-02-06 06:52:07 -06:00
8 lines
114 B
PHP
8 lines
114 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions\Service\Helper;
|
|
|
|
class CdnVersionFetchingException extends \Exception
|
|
{
|
|
}
|