csharp:Changing ex access modifier from Errors.cs.

Summary: ref T8401

Reviewers: lauromoura, felipealmeida, YOhoho, segfaultxavi

Reviewed By: lauromoura

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8401

Differential Revision: https://phab.enlightenment.org/D10502
This commit is contained in:
Bruno da Silva Belo 2019-10-25 15:02:54 -03:00 committed by Mike Blumenkrantz
parent d83b755be6
commit ac0df9b6c9
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class TestEinaError
class TestEolianError
{
class CustomException : Exception {
public class CustomException : Exception {
public CustomException(string msg): base(msg) {}
}