class Apiway::ResourceNotExists

Public Class Methods

new( name ) click to toggle source
Calls superclass method
# File lib/apiway/errors.rb, line 33
def initialize( name )
  super "\"#{ name }\" not exists"
end