class Priora::UnsuppliedPrioritiesError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/priora/errors.rb, line 3
def initialize
  super('prioritization attributes must be declared in class or supplied manually!')
end