Rename: RDSFactorWeb -> web, RDSFactor -> server

This commit is contained in:
Jakob Aarøe Dam 2015-04-28 11:58:23 +02:00
parent c3c10e1fd2
commit eebdaf9551
88 changed files with 12 additions and 11 deletions

View file

@ -0,0 +1,9 @@
Public Class MissingRadiusSecret
Inherits Exception
Public Sub New(ByVal ip As String)
MyBase.New("No shared secret for ip: " & ip & ". This MUST be inserted in the config file.")
End Sub
End Class

View file

@ -0,0 +1,3 @@
Public Class MissingUser
Inherits Exception
End Class