Exception: MultiVideoStreaming::Errors::InvalidPlatformsParam
- Inherits:
-
StandardError
- Object
- StandardError
- MultiVideoStreaming::Errors::InvalidPlatformsParam
- Defined in:
- lib/multi_video_streaming/errors/invalid_platforms_param.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidPlatformsParam
constructor
A new instance of InvalidPlatformsParam.
Constructor Details
#initialize ⇒ InvalidPlatformsParam
Returns a new instance of InvalidPlatformsParam.
6 7 8 |
# File 'lib/multi_video_streaming/errors/invalid_platforms_param.rb', line 6 def initialize() super("Platforms param is invalid") end |