-
-
Notifications
You must be signed in to change notification settings - Fork 116
Introduce Lotus::Controller::Error #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce Lotus::Controller::Error #135
Conversation
karimmtarek
commented
Dec 18, 2015
- Added Error class
- Replaced ::StandardError with Lotus::Controller::Error
- Added a test
README.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@karimmtarek This is unrelated to the scope of your change, please revert it. 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jodosha Sure I'll revert to the previous readme file :)
|
@karimmtarek Hey thanks for this PR. 😄 You replaced all the occurrences of This commit is to revert entirely. 😞 The only change that you should made is for Can you please fix it? Thanks! |
d72da50 to
e51256d
Compare
|
@jodosha Sorry for missing things up 😞 |
e51256d to
7f0dcc8
Compare
|
@jodosha what about now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@karimmtarek It lacks of test case for Lotus::Controller::UnknownFormatError 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jodosha Done 👍
- Added Error class - Replaced ::StandardError with Lotus::Controller::Error - Added a test
7f0dcc8 to
c0cb796
Compare
|
@karimmtarek It looks good now. Thank you! 👍 |
…rror Introduce Lotus::Controller::Error