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

10 lines
129 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;
2019-09-06 05:32:57 +01:00
use Exception;
class CdnVersionFetchingException extends Exception
{
}