Skip to content

Commit

Permalink
Merge pull request #2 from craighooghiem/master
Browse files Browse the repository at this point in the history
fuelphp - Fuel_Exception to FuelException
  • Loading branch information
frankdejonge committed Jun 30, 2012
2 parents 79eb524 + 72a8448 commit fca711f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/cart.php
Expand Up @@ -16,12 +16,12 @@
/**
* Exception for invalid cart instance retrieval.
*/
class InvalidCartException extends \Fuel_Exception {}
class InvalidCartException extends \FuelException {}

/**
* Exception for invalid cart item insert.
*/
class InvalidCartItemException extends \Fuel_Exception {}
class InvalidCartItemException extends \FuelException {}


abstract class Cart {
Expand Down

0 comments on commit fca711f

Please sign in to comment.