lib/aws/cloud_formation/errors.rb in aws-sdk-1.4.1 vs lib/aws/cloud_formation/errors.rb in aws-sdk-1.5.0
- old
+ new
@@ -11,16 +11,12 @@
# ANY KIND, either express or implied. See the License for the specific
# language governing permissions and limitations under the License.
module AWS
class CloudFormation
-
- # @private
module Errors
- BASE_ERROR_GRAMMAR = Client::XML::BaseError
-
- include Core::LazyErrorClasses
+ extend Core::LazyErrorClasses
end
end
end