Class: Pakyow::Data::ConnectionError
- Defined in:
- lib/pakyow/data/errors.rb
Instance Method Summary collapse
Instance Method Details
#contextual_message ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/pakyow/data/errors.rb', line 11 def String.new( <<~MESSAGE Connection for #{@context.type}.#{@context.name} could not be established. MESSAGE ) end |