Exception: MultiVideoStreaming::Errors::DuplicatedPlatformName

Inherits:
StandardError
  • Object
show all
Defined in:
lib/multi_video_streaming/errors/duplicated_platform_name.rb

Instance Method Summary collapse

Constructor Details

#initializeDuplicatedPlatformName

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