Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pterodactyl
GitHub Repository: pterodactyl/panel
Path: blob/1.0-develop/app/Exceptions/AccountNotFoundException.php
7432 views
1
<?php
2
3
namespace Pterodactyl\Exceptions;
4
5
class AccountNotFoundException extends \Exception
6
{
7
}
8
9