|
@@ -1,5 +1,4 @@
|
1
|
1
|
-
|
2
|
|
--
|
3
|
2
|
#ZCW-MicroLabs-ExceptionsAndLogging
|
4
|
3
|
|
5
|
4
|
-
|
|
@@ -10,7 +9,7 @@
|
10
|
9
|
* Note: Phone numbers are a composite of 3 affixes; `Area Code`, `Central Office Code`, and `Phone Line Code`.
|
11
|
10
|
* `Area Code` - the first 3 numeric values
|
12
|
11
|
* `Central Office Code` - the 4th, 5th, and 6th numeric values.
|
13
|
|
- * `Phone Line Code` - the last 3 numeric values.
|
|
12
|
+ * `Phone Line Code` - the last 4 numeric values.
|
14
|
13
|
|
15
|
14
|
* Below is a sample *instantation of* and *invokation on* `PhoneNumber`.
|
16
|
15
|
|