Class: WorkItems::Callbacks::Base
- Inherits:
-
Issuable::Callbacks::Base
- Object
- Issuable::Callbacks::Base
- WorkItems::Callbacks::Base
- Defined in:
- app/services/work_items/callbacks/base.rb
Direct Known Subclasses
Assignees, AwardEmoji, CrmContacts, CurrentUserTodos, Hierarchy, LinkedItems, Notes, Notifications, StartAndDueDate, DataSync::Widgets::Base
Constant Summary
Constants inherited from Issuable::Callbacks::Base
Issuable::Callbacks::Base::Error
Instance Method Summary collapse
Methods inherited from Issuable::Callbacks::Base
#after_create, #after_initialize, #after_save, #after_save_commit, #after_update, #after_update_commit, #before_create, #before_update, #initialize
Methods included from Gitlab::Allowable
Constructor Details
This class inherits a constructor from Issuable::Callbacks::Base
Instance Method Details
#raise_error(message) ⇒ Object
8 9 10 |
# File 'app/services/work_items/callbacks/base.rb', line 8 def raise_error() raise Error, end |