wallet tron transactions
This commit is contained in:
7
app/Exceptions/QueueException.php
Normal file
7
app/Exceptions/QueueException.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
class QueueException extends \Exception
|
||||
{
|
||||
}
|
||||
7
app/Exceptions/WalletException.php
Normal file
7
app/Exceptions/WalletException.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
class WalletException extends \Exception
|
||||
{
|
||||
}
|
||||
9
app/Exceptions/WalletSdkException.php
Normal file
9
app/Exceptions/WalletSdkException.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
class WalletSdkException extends \Exception
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user