class NeonRAW::Errors::NoUrl
You didn't include an URL when submitting the submission.
Public Class Methods
new(msg = 'No URL. Please add an URL.')
click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 385 def initialize(msg = 'No URL. Please add an URL.') super(msg) end