Exception: Prickle::Exceptions::MessageNotContainedInPopup
- Inherits:
-
Exception
- Object
- Exception
- Prickle::Exceptions::MessageNotContainedInPopup
- Includes:
- Prickle::Exceptions
- Defined in:
- lib/prickle/exceptions.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ MessageNotContainedInPopup
constructor
A new instance of MessageNotContainedInPopup.
Methods included from Prickle::Exceptions
Constructor Details
#initialize(message) ⇒ MessageNotContainedInPopup
Returns a new instance of MessageNotContainedInPopup.
21 22 23 |
# File 'lib/prickle/exceptions.rb', line 21 def initialize @message = Message::TextNotContainedInPopup.new().to_s end |