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