Exception: GenesisRuby::EndpointNotSetError
- Defined in:
- lib/genesis_ruby/errors/endpoint_not_set_error.rb
Overview
Invalid Argument Custom Error
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from GenesisRuby::Error
Instance Method Details
#custom_message ⇒ Object
9 10 11 12 13 |
# File 'lib/genesis_ruby/errors/endpoint_not_set_error.rb', line 9 def return 'No working endpoint has been set, please choose between emp/ecp endpoint!' unless @message @message end |