mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-17 13:14:58 +00:00
Add Calculator Contract,
Add some checking for calculators,
This commit is contained in:
9
src/Exceptions/InvalidCalculatorException.php
Normal file
9
src/Exceptions/InvalidCalculatorException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Gloudemans\Shoppingcart\Exceptions;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class InvalidCalculatorException extends RuntimeException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user