module Basket class Error < StandardError; end class BasketNotFoundError < Error; end end