codes.txt
This commit is contained in:
15
app/Exceptions/CouponPoolExhaustedException.php
Normal file
15
app/Exceptions/CouponPoolExhaustedException.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class CouponPoolExhaustedException extends RuntimeException
|
||||
{
|
||||
public const MESSAGE = 'Aksiýa tamamlandy. Gyzyklanmagyňyz üçin sag boluň.';
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct(self::MESSAGE);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user