Exception: UnsupportedPlatformError
- Inherits:
-
StandardError
- Object
- StandardError
- UnsupportedPlatformError
- Defined in:
- lib/tippy_rails/errors/unsupported_platform_error.rb
Instance Method Summary collapse
-
#initialize(msg = "Your Technology is Not Supported. Supported Technologies: Rails, Sprockets.") ⇒ UnsupportedPlatformError
constructor
A new instance of UnsupportedPlatformError.
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 |