Exception: CLI::SearchError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/Theatre_Explorer/cli.rb

Overview

Error to raise in case of empty search results

Instance Method Summary collapse

Instance Method Details

#messageObject



114
115
116
# File 'lib/Theatre_Explorer/cli.rb', line 114

def message
    "Search yielded no results."
end