PteroTheme/app/Exceptions/AccountNotFoundException.php

10 lines
111 B
PHP
Raw Normal View History

<?php
2016-12-07 22:46:38 +00:00
namespace Pterodactyl\Exceptions;
2019-09-06 05:32:57 +01:00
use Exception;
class AccountNotFoundException extends Exception
{
}