Skip to content
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

Decouple exceptions from exception handling #6361

Merged
merged 8 commits into from
Feb 7, 2017

Conversation

CarsonF
Copy link
Member

@CarsonF CarsonF commented Feb 7, 2017

Probably a couple things left to finish, but here's the idea.

* @param Exception|null $previous
* @param int $code
*/
public function __construct($driver, $message = "", Exception $previous = null, $code = 0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My OCD would like to know if that is copy/pasta? :wink

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha nope

@GwendolenLynch GwendolenLynch changed the title [WIP] Decouple exceptions from exception handling Decouple exceptions from exception handling Feb 7, 2017
@GwendolenLynch
Copy link
Contributor

CC builds are having issues with our ruleset … ignoring.

Thanks for picking up the last of this chunk of work @CarsonF

@GwendolenLynch GwendolenLynch merged commit 6f3162d into bolt:release/3.3 Feb 7, 2017
@GwendolenLynch GwendolenLynch deleted the refactor-exceptions branch February 7, 2017 06:20
@GwendolenLynch GwendolenLynch added this to the Bolt 3.3 - Feature release milestone Mar 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants