exceptions 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/exceptions/backend.rb +0 -2
- data/lib/exceptions/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 679a7d117a8e0ac3c2f079b7947b219ff60ff866
|
4
|
+
data.tar.gz: 8418db0bdcbbf795c5b33627b473f81161ca84fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ff94de0005f7daf48045c1bf1ea6bd2c1ddb153f76cd0ec3f66e8567f9a4de3aa10005e08f16c757faba72dfdd7603e4d257ac990d0271cbebc6f9c943ba4d2
|
7
|
+
data.tar.gz: 911fa746e3b027b504020abe31eb666479f17af7f62dc53c54126131a33f9153acced39f326ab2ca781b13ccad970ecc67291060df4d57614478f8378ff391cd
|
data/lib/exceptions/backend.rb
CHANGED
@@ -21,14 +21,12 @@ module Exceptions
|
|
21
21
|
#
|
22
22
|
# Returns nothing.
|
23
23
|
def context(ctx)
|
24
|
-
raise NotImplementedError
|
25
24
|
end
|
26
25
|
|
27
26
|
# Public: Clear should clear the context.
|
28
27
|
#
|
29
28
|
# Returns nothing.
|
30
29
|
def clear_context
|
31
|
-
raise NotImplementedError
|
32
30
|
end
|
33
31
|
end
|
34
32
|
end
|
data/lib/exceptions/version.rb
CHANGED