class Qyu::Errors::InvalidTaskAttributes
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/qyu/errors/invalid_task_attributes.rb, line 7 def initialize super('Invalid task attributes.') end