alphazframework / framework

Core files of AlphaZ Framework
https://alphazframework.github.io/
MIT License
16 stars 17 forks source link

Rename Expection to Exception. #309

Closed Maikuolan closed 4 years ago

Maikuolan commented 4 years ago

"Expection" isn't a word in English. I'm assuming that that was a typo, and that "Exception" is what was meant. This pull request just renames the class and changes references from the old class name to the new class name accordingly. :-)

codecov[bot] commented 4 years ago

Codecov Report

Merging #309 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             master   #309   +/-   ##
=======================================
  Coverage       9.7%   9.7%           
  Complexity     1916   1916           
=======================================
  Files           111    111           
  Lines          5113   5113           
=======================================
  Hits            496    496           
  Misses         4617   4617
Impacted Files Coverage Δ Complexity Δ
src/Common/Logger/Logger.php 0% <ø> (ø) 13 <0> (ø) :arrow_down:
src/Whoops/Whoops.php 0% <ø> (ø) 21 <0> (ø) :arrow_down:
src/Exception/Exception.php 0% <ø> (ø) 1 <0> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update aafa0d6...f18e68c. Read the comment docs.

lablnet commented 4 years ago

@Maikuolan thanks you so much for your time to contribute