require 'ore/exceptions/exception' module Ore class ProjectNotFound < Exception end end