class Motion::BadRevisionError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/motion/errors.rb, line 165
def initialize
  super("The revision cannot contain a NULL byte.")
end