class Yell::LoggerNotFound
Public Instance Methods
message()
click to toggle source
# File lib/yell/repository.rb, line 9 def message; "Could not find a Yell::Logger instance with the name '#{super}'"; end