mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 21:45:55 +00:00
Move port range to config. Throw exception if no free port is available within the range
This commit is contained in:
8
app/Server/Exceptions/NoFreePortAvailable.php
Normal file
8
app/Server/Exceptions/NoFreePortAvailable.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Server\Exceptions;
|
||||
|
||||
class NoFreePortAvailable extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user