class Razor::CLI::VersionCompatibilityError

Public Class Methods

new(reason) click to toggle source
Calls superclass method
# File lib/razor/cli.rb, line 36
def initialize(reason)
  super _("Server version is not compatible with client version: %{reason}") % {reason: reason}
end