mirror of
https://github.com/jakobadam/RDSFactor.git
synced 2025-07-22 09:35:54 +02:00
Rename: RDSFactorWeb -> web, RDSFactor -> server
This commit is contained in:
parent
c3c10e1fd2
commit
eebdaf9551
88 changed files with 12 additions and 11 deletions
9
server/exceptions/MissingRadiusSecret.vb
Normal file
9
server/exceptions/MissingRadiusSecret.vb
Normal 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
|
3
server/exceptions/MissingUser.vb
Normal file
3
server/exceptions/MissingUser.vb
Normal file
|
@ -0,0 +1,3 @@
|
|||
Public Class MissingUser
|
||||
Inherits Exception
|
||||
End Class
|
Loading…
Add table
Add a link
Reference in a new issue