class WireGuard::Admin::Repository::NetworkNotSpecified

Raised if the network was not specified

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/wire_guard/admin/repository.rb, line 15
def initialize
  super('Network not specified')
end