module Transit module Errors class ResourceNotFound < StandardError end end end