8 lines
97 B
PHP
8 lines
97 B
PHP
<?php
|
|
|
|
namespace App\Exceptions\Hosting;
|
|
|
|
class PleskException extends ProvisioningException
|
|
{
|
|
}
|