class Twisty::TwistyError
Attributes
message[R]
(String
) Message detailing the exception
Public Class Methods
new(s)
click to toggle source
Initialiser
- s
-
(
String
) Contents ofTwistyError.message
# File lib/twisty/error.rb, line 20 def initialize(s) @message = s end