Starting actors populate
This commit is contained in:
15
src/Exception/GatewayException.php
Normal file
15
src/Exception/GatewayException.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exception;
|
||||
|
||||
class GatewayException extends \Exception
|
||||
{
|
||||
public function __construct(
|
||||
public string $gateway { get => $this->gateway; },
|
||||
string $message = '',
|
||||
?\Throwable $previous = null,
|
||||
)
|
||||
{
|
||||
parent::__construct($message, previous: $previous);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user