Added comments

This commit is contained in:
Michael Becker 2014-12-01 14:01:12 -05:00
parent 80d16a1354
commit 3f1327b8ea

View File

@ -5,6 +5,9 @@ using System.Text;
namespace UniversalEditor.IO
{
/// <summary>
/// The exception that is thrown when reading is attempted past the end of a stream.
/// </summary>
public class EndOfStreamException : Exception
{
}