envato / event_sourcery

A library for building event sourced applications in Ruby
MIT License
84 stars 10 forks source link

Remove unused `RejectedCommandError` #145

Closed thekindofme closed 7 years ago

thekindofme commented 7 years ago

This error type is not used internally. And outside of the library, we seems to be using application specific error types (such as Payables::Errors::RejectedCommandError and Identity::Errors::RejectedCommandError). So it seems redundant :man_shrugging: