lib/aws/sns/errors.rb in aws-sdk-1.1.3 vs lib/aws/sns/errors.rb in aws-sdk-1.1.4

- old
+ new

@@ -9,21 +9,18 @@ # or in the "license" file accompanying this file. This file is # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF # ANY KIND, either express or implied. See the License for the specific # language governing permissions and limitations under the License. -require 'aws/lazy_error_classes' -require 'aws/sns/client/xml' - module AWS class SNS # @private module Errors BASE_ERROR_GRAMMAR = Client::XML::BaseError - include LazyErrorClasses + include Core::LazyErrorClasses end end end