mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-22 15:15:27 +00:00
Large update for version 2.0
This commit is contained in:
7
src/Exceptions/CartAlreadyStoredException.php
Normal file
7
src/Exceptions/CartAlreadyStoredException.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Gloudemans\Shoppingcart\Exceptions;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class CartAlreadyStoredException extends RuntimeException {}
|
||||
7
src/Exceptions/InvalidRowIDException.php
Normal file
7
src/Exceptions/InvalidRowIDException.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Gloudemans\Shoppingcart\Exceptions;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class InvalidRowIDException extends RuntimeException {}
|
||||
7
src/Exceptions/UnknownModelException.php
Normal file
7
src/Exceptions/UnknownModelException.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Gloudemans\Shoppingcart\Exceptions;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class UnknownModelException extends RuntimeException {}
|
||||
Reference in New Issue
Block a user