Exception: PgDice::InvalidConfigurationError

Inherits:
ConfigurationError show all
Defined in:
lib/pgdice/error.rb

Overview

Error thrown if you provide bad data in a configuration

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InvalidConfigurationError

Returns a new instance of InvalidConfigurationError.



60
61
62
# File 'lib/pgdice/error.rb', line 60

def initialize(message)
  super("PgDice is not configured properly. #{message}")
end