module FoodTruck # Exceptions raised by FoodTruck inherit from Error. # @abstract class Error < StandardError; end end