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