Sha256: 2bf1f2c62f04ec5ed3cbbe7e926dabaa36d636df68e6b53b03afb60778ab9f70

Contents?: true

Size: 237 Bytes

Versions: 16

Compression:

Stored size: 237 Bytes

Contents

module CiviCrm
  module Errors
    class Unauthorized < Exception; end;
    class InternalError < Exception; end;
    class Forbidden < Exception; end;
    class BadRequest < Exception; end;
    class NotFound < Exception; end;
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
civicrm-1.3.4 lib/civicrm/errors.rb
civicrm-1.3.3 lib/civicrm/errors.rb
civicrm-1.3.2 lib/civicrm/errors.rb
civicrm-1.3.1 lib/civicrm/errors.rb
civicrm-1.2.5 lib/civicrm/errors.rb
civicrm-1.2.2 lib/civicrm/errors.rb
civicrm-1.2.1 lib/civicrm/errors.rb
civicrm-1.2.0 lib/civicrm/errors.rb
civicrm-1.1.1 lib/civicrm/errors.rb
civicrm-1.1.0 lib/civicrm/errors.rb
civicrm-1.0.7 lib/civicrm/errors.rb
civicrm-1.0.6 lib/civicrm/errors.rb
civicrm-1.0.5 lib/civicrm/errors.rb
civicrm-1.0.4 lib/civicrm/errors.rb
civicrm-1.0.2 lib/civicrm/errors.rb
civicrm-1.0.1 lib/civicrm/errors.rb