Exception: SmsActivate::NoActionError
- Defined in:
- lib/sms_activate/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'No action provided') ⇒ NoActionError
constructor
A new instance of NoActionError.
Constructor Details
#initialize(msg = 'No action provided') ⇒ NoActionError
Returns a new instance of NoActionError.
46 |
# File 'lib/sms_activate/errors.rb', line 46 def initialize(msg = 'No action provided') super(msg); end |