Exception: NotFound

Inherits:
JSONError show all
Defined in:
lib/ldapmodel/errors.rb

Instance Attribute Summary

Attributes inherited from JSONError

#meta

Instance Method Summary (collapse)

Methods inherited from JSONError

#as_json, #headers, #initialize, #to_json

Constructor Details

This class inherits a constructor from JSONError

Instance Method Details

- (Object) http_code



80
81
82
# File 'lib/ldapmodel/errors.rb', line 80

def http_code
  404
end