Program Listing for File Exceptions.h

Return to documentation for file (include/lanelet2_routing/Exceptions.h)

#pragma once
#include <lanelet2_core/Exceptions.h>
#include <lanelet2_core/Forward.h>

#include <stdexcept>

namespace lanelet {
class ExportError : public LaneletError {
  using LaneletError::LaneletError;
};

class RoutingGraphError : public LaneletError {
  using LaneletError::LaneletError;
};

}  // namespace lanelet