class NotAcceptable
Public Class Methods
new(msg)
click to toggle source
# File lib/urlshort.rb, line 17 def initialize(msg) puts "There was a problem with the short URL provided." puts msg end
# File lib/urlshort.rb, line 17 def initialize(msg) puts "There was a problem with the short URL provided." puts msg end