mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-19 13:55:26 +00:00
Further codestyle changes
This commit is contained in:
@@ -4,4 +4,6 @@ namespace Gloudemans\Shoppingcart\Exceptions;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class CartAlreadyStoredException extends RuntimeException {}
|
||||
class CartAlreadyStoredException extends RuntimeException
|
||||
{
|
||||
}
|
||||
|
||||
@@ -4,4 +4,6 @@ namespace Gloudemans\Shoppingcart\Exceptions;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class InvalidRowIDException extends RuntimeException {}
|
||||
class InvalidRowIDException extends RuntimeException
|
||||
{
|
||||
}
|
||||
|
||||
@@ -4,4 +4,6 @@ namespace Gloudemans\Shoppingcart\Exceptions;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class UnknownModelException extends RuntimeException {}
|
||||
class UnknownModelException extends RuntimeException
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user