Exception: MultiVideoStreaming::Errors::InvalidPlatformName

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

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ InvalidPlatformName

Returns a new instance of InvalidPlatformName.



6
7
8
# File 'lib/multi_video_streaming/errors/invalid_platform_name.rb', line 6

def initialize(name)
  super("Platform name #{name} is invalid")
end