class Safrano::ErrorNotFoundSegment

http not found segment

Public Class Methods

new(segment) click to toggle source
# File lib/odata/error.rb, line 212
def initialize(segment)
  @msg = "The requested ressource segment #{segment} was not found"
end