class ActiveRecord::PendingMigrationError

def initialize

:nodoc:
def initialize
  super("Migrations are pending; run 'bin/rake db:migrate RAILS_ENV=#{Rails.env}' to resolve this issue.")
end