class Tubeclip::ResourceNotFoundError

Public Class Methods

new(msg) click to toggle source
Calls superclass method Tubeclip::Error::new
# File lib/tubeclip/request/error.rb, line 11
def initialize(msg)
  super(msg, 404)
end