Exception: PgDice::InvalidConfigurationError
- Inherits:
-
ConfigurationError
- Object
- StandardError
- Error
- ConfigurationError
- PgDice::InvalidConfigurationError
- Defined in:
- lib/pgdice/error.rb
Overview
Error thrown if you provide bad data in a configuration
Instance Method Summary collapse
-
#initialize(message) ⇒ InvalidConfigurationError
constructor
A new instance of InvalidConfigurationError.
Constructor Details
#initialize(message) ⇒ InvalidConfigurationError
Returns a new instance of InvalidConfigurationError.
60 61 62 |
# File 'lib/pgdice/error.rb', line 60 def initialize() super("PgDice is not configured properly. #{}") end |