Exception: Seabright::CachedScripts::ClassMethods::SourceNotFoundError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/redis_object/ext/script_cache.rb

Instance Method Summary collapse

Constructor Details

#initializeSourceNotFoundError

Returns a new instance of SourceNotFoundError.



49
50
51
# File 'lib/redis_object/ext/script_cache.rb', line 49

def initialize
	super("Could not locate script source")
end