module JSONAPIonify::Api module Errors ResourceNotFound = Class.new StandardError RelationshipNotFound = Class.new StandardError end end