class CIMI::Model::NotFound

Attributes

code[RW]

Public Class Methods

new() click to toggle source
# File lib/cimi/models/errors.rb, line 21
def initialize
  super("Requested Entity Not Found")
  self.code = 404
end