mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-13 17:51:57 -04:00
Added FSO.Files for use with the API server
Don't ask me. FreeSO is the prime example of dependency hell.
This commit is contained in:
parent
4b5e584eeb
commit
8fec258215
104 changed files with 14653 additions and 163 deletions
15
server/tso.files/FAR3/FAR3Exception.cs
Executable file
15
server/tso.files/FAR3/FAR3Exception.cs
Executable file
|
@ -0,0 +1,15 @@
|
|||
using System;
|
||||
|
||||
namespace FSO.Files.FAR3
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents an exception thrown by a FAR3Archive instance.
|
||||
/// </summary>
|
||||
public class FAR3Exception : Exception
|
||||
{
|
||||
public FAR3Exception(string Message)
|
||||
: base(Message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue