Sha256: fc4a09fef2508c3ca80a95b50db369a01ae53338dd64e31710ef2a8bbf3bcffc
Contents?: true
Size: 247 Bytes
Versions: 3
Compression:
Stored size: 247 Bytes
Contents
module CiviCrm module Errors class Unauthorized < RuntimeError; end class InternalError < RuntimeError; end class Forbidden < RuntimeError; end class BadRequest < RuntimeError; end class NotFound < RuntimeError; end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
civicrm-1.3.7 | lib/civicrm/errors.rb |
civicrm-1.3.6 | lib/civicrm/errors.rb |
civicrm-1.3.5 | lib/civicrm/errors.rb |