Exception: UnsupportedPlatformError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tippy_rails/errors/unsupported_platform_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Your Technology is Not Supported. Supported Technologies: Rails, Sprockets.") ⇒ UnsupportedPlatformError

Returns a new instance of UnsupportedPlatformError.



2
3
4
# File 'lib/tippy_rails/errors/unsupported_platform_error.rb', line 2

def initialize(msg="Your Technology is Not Supported. Supported Technologies: Rails, Sprockets.")
  super
end