Move HAproxy exceptions into their own class, and downgrade HAproxy errors since they are handled
This commit is contained in:
6
app/Classes/Sock/Exception/HAproxyException.php
Normal file
6
app/Classes/Sock/Exception/HAproxyException.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Classes\Sock\Exception;
|
||||
|
||||
final class HAproxyException extends \Exception {
|
||||
}
|
Reference in New Issue
Block a user