PteroTheme/app/Exceptions/Service/Helper/CdnVersionFetchingException...

8 lines
114 B
PHP
Raw Normal View History

<?php
2016-12-07 22:46:38 +00:00
2017-08-24 03:34:11 +01:00
namespace Pterodactyl\Exceptions\Service\Helper;
2022-11-29 17:53:59 +00:00
class CdnVersionFetchingException extends \Exception
{
}