Method: MessageStore::Postgres::Get::Condition.error
- Defined in:
- lib/message_store/postgres/get/condition.rb
.error(error_message) ⇒ Object
7 8 9 10 11 |
# File 'lib/message_store/postgres/get/condition.rb', line 7 def self.error() if .start_with?('Retrieval with SQL condition is not activated') Get::Condition::Error.new() end end |