Exception: Thoreau::OverriddenActionError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Thoreau::OverriddenActionError
- Defined in:
- lib/thoreau/errors.rb
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ OverriddenActionError
constructor
A new instance of OverriddenActionError.
Constructor Details
#initialize(msg = nil) ⇒ OverriddenActionError
Returns a new instance of OverriddenActionError.
9 10 11 |
# File 'lib/thoreau/errors.rb', line 9 def initialize(msg = nil) super "Extra action/subject provided for tests. Actions/subjects must be specified EITHER in the `suite` or within `test_cases` (not both)." end |