class Realm::Persistence::RepositoryIsReadOnly

Public Class Methods

new(repo, msg: "Cannot write using read-only repository click to toggle source
Calls superclass method
# File lib/realm/persistence.rb, line 15
def initialize(repo, msg: "Cannot write using read-only repository #{repo.class}")
  super(msg)
end