first commit
This commit is contained in:
14
app/Exceptions/OrderException.php
Normal file
14
app/Exceptions/OrderException.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class OrderException extends RuntimeException
|
||||
{
|
||||
|
||||
public function __construct($message)
|
||||
{
|
||||
parent::__construct($message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user