Class: Pakyow::Data::ConnectionError

Inherits:
Error
  • Object
show all
Defined in:
lib/pakyow/data/errors.rb

Instance Method Summary collapse

Instance Method Details

#contextual_messageObject



11
12
13
14
15
16
17
# File 'lib/pakyow/data/errors.rb', line 11

def contextual_message
  String.new(
    <<~MESSAGE
      Connection for #{@context.type}.#{@context.name} could not be established.
    MESSAGE
  )
end