class BruntAPI::NotFoundError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/brunt_api/error.rb, line 18 def initialize super('Resource not found.') end